You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1359 added DEDUPLICATE, FINAL and ID as keywords, apparently with no discussion of that change.
This is breaking tests on datafusion, see apache/datafusion#12014 (easy to fix), but more to the point seems like a change of behaviour that might be unwanted for many users.
In particular, id is a very column variable or column name, and starting to mark it as a keyword for all dialects seems mistaken.