kevinjqliu commented on issue #1477:
URL: 
https://github.com/apache/iceberg-python/issues/1477#issuecomment-2568406804

   Thanks for reporting this @xsfa
   it looks like the issue happens when the underlying data is transformed into 
an arrow table
   ```
           return pa.Table.from_pylist(
               files,
               schema=files_schema,
           )
   ```
   
   Could you provide more information so we can debug this? 
   For example, what is the content of `files`? 


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

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