Skip to content
New issue

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

bug: parse error when do select #222

Closed
ariesdevil opened this issue Sep 12, 2023 · 3 comments · Fixed by #224
Closed

bug: parse error when do select #222

ariesdevil opened this issue Sep 12, 2023 · 3 comments · Fixed by #224

Comments

@ariesdevil
Copy link
Contributor

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: [] }
@everpcpc
Copy link
Member

everpcpc commented Sep 12, 2023

There seems to be a new data type named Nothing.

@ariesdevil
Copy link
Contributor Author

Not sure, but it works on mysql cli

@everpcpc
Copy link
Member

It seems like select []; could reproduce the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants