Fokko opened a new pull request, #2850:
URL: https://github.com/apache/iceberg-python/pull/2850

   
   
   <!--
   Thanks for opening a pull request!
   -->
   
   <!-- In the case this PR will resolve an issue, please replace 
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
   <!-- Closes #${GITHUB_ISSUE_ID} -->
   
   # Rationale for this change
   
   A later version of PyParsing has a method deprecated:
   ```
   ImportError while loading conftest 
'/home/runner/work/iceberg-python/iceberg-python/tests/conftest.py'.
   tests/conftest.py:49: in <module>
       from pyiceberg.catalog import Catalog, load_catalog
   pyiceberg/catalog/__init__.py:45: in <module>
       from pyiceberg.serializers import ToOutputFile
   pyiceberg/serializers.py:25: in <module>
       from pyiceberg.table.metadata import TableMetadata, TableMetadataUtil
   pyiceberg/table/__init__.py:38: in <module>
       import pyiceberg.expressions.parser as parser
   pyiceberg/expressions/parser.py:72: in <module>
       ParserElement.enablePackrat()
   .venv/lib/python3.10/site-packages/pyparsing/util.py:445: in _inner
       warnings.warn(
   E   DeprecationWarning: 'enablePackrat' deprecated - use 'enable_packrat'
   make: *** [Makefile:96: test] Error 4
   ```
   
   ## Are these changes tested?
   
   ## Are there any user-facing changes?
   
   <!-- In the case of user-facing changes, please add the changelog label. -->
   


-- 
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]

Reply via email to