We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to reproduce:
root@localhost:8000/d1> SELECT -0.000000000000000000000000000000000673299310, [], minus(a), to_bitmap(837), to_bitmap(526) FROM test GROUP BY GROUPING SETS ( (-0.000000000000000000000000000000000673299310, [], minus(a), to_bitmap(837), to_bitmap(526))); ParseError: Unknown type: TypeDesc { name: "Nothing", args: [] }
The text was updated successfully, but these errors were encountered:
There seems to be a new data type named Nothing.
Nothing
Sorry, something went wrong.
Not sure, but it works on mysql cli
It seems like select []; could reproduce the error.
select [];
Successfully merging a pull request may close this issue.
how to reproduce:
The text was updated successfully, but these errors were encountered: