apache / iceberg-python

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

Allow leading underscore in column name used in row filter #1358

Closed vincenzon closed 2 days ago

vincenzon commented 3 days ago

Fixes #1357

Fokko commented 3 days ago

@vincenzon Thanks for fixing this. Should we add a test to ensure that we don't break this in the future? :)

vincenzon commented 3 days ago

I added a test. I didn't change the quote character to backtick though I think it should be done. Let me know if you'd like that change in this PR or a separate one or something else.