This is an automated email from the ASF dual-hosted git repository.

fokko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from 76c1df0cfd Build: Update sqlite-jdbc from 3.34.0 to 3.41.0.0 (#6931)
     add fa0bcdf259 Python: `starts_with` and `not_starts_with` expressions 
(#6892)

No new revisions were added by this update.

Summary of changes:
 python/pyiceberg/expressions/__init__.py   |  36 +++++++
 python/pyiceberg/expressions/parser.py     |  20 +++-
 python/pyiceberg/expressions/visitors.py   | 151 +++++++++++++++++++++++++++++
 python/pyiceberg/io/pyarrow.py             |   6 ++
 python/pyiceberg/transforms.py             |  11 ++-
 python/tests/expressions/test_evaluator.py | 149 +++++++++++++++++++++++++++-
 python/tests/expressions/test_parser.py    |  10 ++
 python/tests/expressions/test_visitors.py  | 122 +++++++++++++++++++++++
 python/tests/io/test_pyarrow.py            |  16 +++
 python/tests/test_transforms.py            |  16 +++
 10 files changed, 530 insertions(+), 7 deletions(-)

Reply via email to