GayathriSrividya commented on code in PR #3444:
URL: https://github.com/apache/iceberg-python/pull/3444#discussion_r3331503862
##########
tests/io/test_pyarrow.py:
##########
@@ -1301,6 +1302,47 @@ def test_projection_concat_files(schema_int: Schema,
file_int: str) -> None:
assert repr(result_table.schema) == "id: int32"
+def test_arrow_scan_to_table_with_mixed_dictionary_and_plain_strings() -> None:
Review Comment:
Thanks for the suggestion. Updated this test to be parameterized and now
cover all container shapes handled by the helper: top-level dictionary, struct,
list, large_list, fixed_size_list, and map. The scan test now validates mixed
plain and dictionary-encoded batches across each of those cases.
--
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]