-
Notifications
You must be signed in to change notification settings - Fork 18
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
Failed codegen: EMapKeys #105
Comments
This is not a bug that can be reproduced every time. Trying to hook into PyCharm debugger to fix it. |
Looks part of tpch-q02 |
can't reproduce |
Another instance. |
In C++, there is no direct way to express the "keys of a map". Normally, we iterate through them, but this requires a callback/continuation |
The root cause of why such expression is generated is unclear either. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gist.github.com/izgzhen/2b35cb49b2347e18ec48f9b5aa1fc545
The text was updated successfully, but these errors were encountered: