Fokko commented on issue #6973:
URL: https://github.com/apache/iceberg/issues/6973#issuecomment-1465314466

   I also noticed the following:
   ```
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ 
   ../pyiceberg/table/__init__.py:404: in to_arrow
       return project_table(
   ../pyiceberg/io/pyarrow.py:586: in project_table
       for table in pool.starmap(
   
/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/multiprocessing/pool.py:372:
 in starmap
       return self._map_async(func, iterable, starmapstar, chunksize).get()
   
/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/multiprocessing/pool.py:771:
 in get
       raise self._value
   
/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/multiprocessing/pool.py:125:
 in worker
       result = (True, func(*args, **kwds))
   
/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/multiprocessing/pool.py:51:
 in starmapstar
       return list(itertools.starmap(args[0], args[1]))
   ../pyiceberg/io/pyarrow.py:511: in _file_to_table
       physical_schema = fragment.physical_schema
   pyarrow/_dataset.pyx:1004: in 
pyarrow._dataset.Fragment.physical_schema.__get__
       ???
   pyarrow/error.pxi:144: in pyarrow.lib.pyarrow_internal_check_status
       ???
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ 
   
   >   ???
   E   pyarrow.lib.ArrowTypeError: Unknown Orc type kind: timestamp with local 
time zone
   
   pyarrow/error.pxi:123: ArrowTypeError
   ```
   Some polishing to do for ORC


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