avison9 commented on code in PR #3595:
URL: https://github.com/apache/iceberg-python/pull/3595#discussion_r3531976507
##########
pyiceberg/table/__init__.py:
##########
@@ -2196,6 +2196,20 @@ def _to_arrow_batch_reader_via_file_scan_tasks(
from pyiceberg.io.pyarrow import ArrowScan, schema_to_pyarrow
target_schema = schema_to_pyarrow(projected_schema)
+ if dictionary_columns:
+ """schema_to_pyarrow returns plain types. ArrowScan yields
Review Comment:
Noted, that is updated also
--
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]