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