Skip to content

Fix column definition COLLATE parsing #1986

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

Merged
merged 1 commit into from
Aug 13, 2025
Merged

Conversation

mvzink
Copy link
Contributor

@mvzink mvzink commented Jul 30, 2025

Since COLLATE has somewhat special parsing (not handled as an infix operator, since the right-hand side is not really an expression), it also needs special handling to not allow parsing it in column definitions, where it should instead be interpreted as a column option.

@mvzink mvzink force-pushed the push-wsrmmxykuvkn branch 2 times, most recently from 443ac42 to 112be4e Compare August 1, 2025 17:13
@mvzink mvzink requested a review from iffyio August 6, 2025 22:27
Since `COLLATE` has somewhat special parsing (not handled as an infix
operator, since the right-hand side is not really an expression), it
also needs special handling to not allow parsing it in column
definitions, where it should instead be interpreted as a column option.
@mvzink mvzink force-pushed the push-wsrmmxykuvkn branch from 112be4e to 423528c Compare August 13, 2025 01:41
Copy link
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @mvzink!
cc @alamb

@iffyio iffyio merged commit 60a5c8d into apache:main Aug 13, 2025
10 checks passed
@mvzink mvzink deleted the push-wsrmmxykuvkn branch August 13, 2025 15:53
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.

2 participants