Apache Iceberg version
0.10.0 (latest release)
Please describe the bug 🐞
I get this warning from pyparsing when I run from pyiceberg.table import Table:
/pyparsing-warn/.venv/lib/python3.13/site-packages/pyparsing/core.py:653: PyparsingDiagnosticWarning: warn_ungrouped_named_tokens_in_collection: setting results name 'predicate' on MatchFirst expression collides with 'boolean' on contained expression
return self._setResultsName(name, list_all_matches)
It happens in pyiceberg-0.11.0 running on python-3.13.
Willingness to contribute