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

Fix List Comprehension shift/reduce grammar issue. #1628

Closed
wants to merge 1 commit into from

Conversation

jrgemignani
Copy link
Contributor

@jrgemignani jrgemignani commented Feb 27, 2024

Fixed the List Comprehension shift/reduce grammar issue by creating a new keyword, FROM, to replace IN.

Updated the sql and regression tests to align with the changes.

This is just a proof of concept PR for review. It shows that the shift/reduce warning can be removed with a keyword change.

Please do not merge this PR unless fully discussed and approved.

Fixed the List Comprehension shift/reduce grammar issue by creating
a new keyword, FROM, to replace IN.

Updated the sql and regression tests to align with the changes.
Copy link
Contributor

@Zainab-Saad Zainab-Saad left a comment

Choose a reason for hiding this comment

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

Looks good.

@MuhammadTahaNaveed
Copy link
Member

@jrgemignani Shift/reduce conflict with list comprehension was resolved by PR #1719. I am going ahead with closing this PR.

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

Successfully merging this pull request may close these issues.

3 participants