Re: [PR] Read: fetch file_schema directly from pyarrow_to_schema [iceberg-python]

2024-04-12 Thread via GitHub
HonahX merged PR #597: URL: https://github.com/apache/iceberg-python/pull/597 -- 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

Re: [PR] Read: fetch file_schema directly from pyarrow_to_schema [iceberg-python]

2024-04-12 Thread via GitHub
HonahX commented on PR #597: URL: https://github.com/apache/iceberg-python/pull/597#issuecomment-2052761611 Thanks @kevinjqliu and @Fokko for reviewing! -- 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

Re: [PR] Read: fetch file_schema directly from pyarrow_to_schema [iceberg-python]

2024-04-12 Thread via GitHub
Fokko commented on code in PR #597: URL: https://github.com/apache/iceberg-python/pull/597#discussion_r1563143233 ## pyiceberg/io/pyarrow.py: ## @@ -966,20 +965,15 @@ def _task_to_table( with fs.open_input_file(path) as fin: fragment = arrow_format.make_fragment(fi