age icon indicating copy to clipboard operation
age copied to clipboard

Fix List Comprehension shift/reduce grammar issue.

Open jrgemignani opened this issue 2 years ago • 0 comments

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.

jrgemignani avatar Feb 27 '24 01:02 jrgemignani