Skip to content

Warning from pyparsing when using Table #3064

@cshenrik

Description

@cshenrik

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
  • I cannot contribute a fix for this bug at this time

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions