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

Add support for boolean expressions and quoted columns #1286

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

MoSheikh
Copy link
Contributor

@MoSheikh MoSheikh commented Nov 4, 2024

Currently, row_filter expressions involving a boolean expression fail. This pull adds in the already-defined boolean literals as part of the list of parsed literals.

In addition, identifiers can now be defined with double quotes (") as part of the SQL spec.

Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

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

@MoSheikh Thanks for raising this PR. I wasn't aware of this limitation. Thanks for fixing this

@MoSheikh
Copy link
Contributor Author

MoSheikh commented Nov 5, 2024

No problem, appreciate the team's work. And thank you for the quick turnaround.

@MoSheikh
Copy link
Contributor Author

MoSheikh commented Nov 6, 2024

@Fokko Not to rush, but was wondering was the timeline typically is for a fix like this to get merged in and released? Thank you :)

@kevinjqliu
Copy link
Contributor

we're in the process of releasing 0.8. We could include this PR

@MoSheikh
Copy link
Contributor Author

MoSheikh commented Nov 6, 2024

we're in the process of releasing 0.8. We could include this PR

Would appreciate that, thank you! I just removed that comment I missed.

@Fokko Fokko requested a review from kevinjqliu November 6, 2024 20:19
@Fokko Fokko merged commit e9c3170 into apache:main Nov 6, 2024
7 checks passed
@kevinjqliu kevinjqliu added this to the PyIceberg 0.8.0 release milestone Nov 6, 2024
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.

3 participants