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


##########
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:
   Ah, yes, I just added `None` temporarily to silence the IDEA, but then 
forgot about it. Thanks for raising the PR :D Good to have this tested as well 
👍 



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