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

Handling a no-arg function in query parsing and expression tree #5375

Merged
merged 2 commits into from May 15, 2020

Conversation

kishoreg
Copy link
Member

@kishoreg kishoreg commented May 12, 2020

select * from T where t > now() fails since we expect arguments. This PR fixes the parsing in calcite SQL and transform expression tree.

Copy link
Contributor

@siddharthteotia siddharthteotia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one comment. Otherwise LGTM

@kishoreg kishoreg merged commit 2e39a2e into master May 15, 2020
@Jackie-Jiang Jackie-Jiang deleted the no-arg-function branch August 25, 2020 18:39
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 this pull request may close these issues.

None yet

2 participants