age
age copied to clipboard
Fix List Comprehension shift/reduce grammar issue.
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.