apache / iceberg-python

Apache PyIceberg
https://py.iceberg.apache.org/
Apache License 2.0
489 stars 178 forks source link

Add support for boolean expressions and quoted columns #1286

Closed MoSheikh closed 3 weeks ago

MoSheikh commented 3 weeks ago

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.

MoSheikh commented 3 weeks ago

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

MoSheikh commented 3 weeks ago

@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 commented 3 weeks ago

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

MoSheikh commented 3 weeks ago

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.