leonidmakarovsky opened a new issue, #500:
URL: https://github.com/apache/iceberg-python/issues/500

   ### Apache Iceberg version
   
   0.6.0 (latest release)
   
   ### Please describe the bug 🐞
   
   Running on Mac OS Monterey 12.6.7, Spyder IDE (Python 3.9.7 64-bit | Qt 
5.9.7 | PyQt5 5.9.2 | Darwin 21.6.0 )
   
   When importing:
   import pyiceberg.catalog
   the following exception occurs:
   
   Traceback (most recent call last):
   
     File ~/Python/data-calc-service/untitled0.py:9
       import pyiceberg.catalog
   
     File 
~/opt/anaconda3/lib/python3.9/site-packages/pyiceberg/catalog/__init__.py:45
       from pyiceberg.table import (
   
     File 
~/opt/anaconda3/lib/python3.9/site-packages/pyiceberg/table/__init__.py:87
       from pyiceberg.table.name_mapping import (
   
     File 
~/opt/anaconda3/lib/python3.9/site-packages/pyiceberg/table/name_mapping.py:38
       class MappedField(IcebergBaseModel):
   
     File 
~/opt/anaconda3/lib/python3.9/site-packages/pyiceberg/table/name_mapping.py:40 
in MappedField
       names: List[str] = conlist(str, min_length=1)
   
     File ~/opt/anaconda3/lib/python3.9/site-packages/pydantic/types.py:869 in 
conlist
       return Annotated[List[item_type], annotated_types.Len(min_length or 0, 
max_length)]
   
   TypeError: Len() takes no arguments


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to