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] Compiler didn't recognize Long with In <List> expression #4397

Closed
zhanglei1949 opened this issue Jan 2, 2025 · 1 comment
Closed
Assignees

Comments

@zhanglei1949
Copy link
Collaborator

MATCH(a) where elementId(a) IN [0L] return a;

The Compiler generate plan which tree 0L as Int32.

@shirly121
Copy link
Collaborator

switching to new calcite-based IR can fix the issue

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

No branches or pull requests

2 participants