GayathriSrividya opened a new pull request, #3667:
URL: https://github.com/apache/iceberg-python/pull/3667

   closes #3260
   
   ## Summary
   - decode dictionary-encoded columns in ArrowScan.to_table before 
concatenation
   - keep permissive concat behavior for other schema variations
   - add a regression test covering mixed plain-string and dictionary-encoded 
batches
   
   ## Testing
   - /opt/homebrew/bin/ruff format pyiceberg/io/pyarrow.py 
tests/io/test_pyarrow.py
   - /opt/homebrew/bin/ruff check --fix pyiceberg/io/pyarrow.py 
tests/io/test_pyarrow.py
   - PYTHONPATH=. uv run --project . pytest tests/io/test_pyarrow.py -k 
mixed_dictionary_and_plain_string_batches -xvs


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

Reply via email to