HonahX commented on code in PR #581:
URL: https://github.com/apache/iceberg-python/pull/581#discussion_r1555108664


##########
pyiceberg/io/pyarrow.py:
##########
@@ -1089,7 +1091,7 @@ def project_table(
             deletes_per_file.get(task.file.file_path),
             case_sensitive,
             limit,
-            table.name_mapping(),
+            None,

Review Comment:
   I opened a PR in your repo containing the change I proposed and the test 
that can re-produce the issue: https://github.com/Fokko/iceberg-python/pull/1



##########
pyiceberg/io/pyarrow.py:
##########
@@ -1089,7 +1091,7 @@ def project_table(
             deletes_per_file.get(task.file.file_path),
             case_sensitive,
             limit,
-            table.name_mapping(),
+            None,

Review Comment:
   I opened a PR in your repo containing the change I proposed and tests that 
can re-produce the issue: https://github.com/Fokko/iceberg-python/pull/1



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