Update like statements to reflect sql behaviors (#91)

* Update like statements to reflect sql behaciors

* Codestyle

* Codestyle

* Handle NotStartsWith

* Update pyiceberg/expressions/parser.py

Co-authored-by: Fokko Driesprong <fokko@apache.org>

* Update tests/expressions/test_parser.py

Co-authored-by: Fokko Driesprong <fokko@apache.org>

---------

Co-authored-by: Fokko Driesprong <fokko@apache.org>
2 files changed
tree: 6d61fde91f7718f2e2af2a21819b062061c08e94
  1. .github/
  2. dev/
  3. mkdocs/
  4. pyiceberg/
  5. tests/
  6. vendor/
  7. .asf.yaml
  8. .gitignore
  9. .pre-commit-config.yaml
  10. build-module.py
  11. LICENSE
  12. Makefile
  13. MANIFEST.in
  14. NOTICE
  15. poetry.lock
  16. pylintrc
  17. pyproject.toml
  18. README.md
README.md

Iceberg Python

PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.

The documentation is available at https://py.iceberg.apache.org/.

Get in Touch