cshenrik opened a new issue, #3064:
URL: https://github.com/apache/iceberg-python/issues/3064
### 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
- [ ] I can contribute a fix for this bug independently
- [ ] I would be willing to contribute a fix for this bug with guidance from
the Iceberg community
- [x] I cannot contribute a fix for this bug at this time
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]