YannByron opened a new pull request, #9317:
URL: https://github.com/apache/paimon/pull/9317

   ### Purpose
   
   Allow pypaimon data-evolution append tables with blob or vector columns to 
honor target-file-row-num by keeping normal, blob, and vector writers rolling 
in sync on row count.
   
   ### Changes
   
   - Permit target-file-row-num for data-evolution append tables with 
blob/vector columns while keeping existing unsupported table checks.
   - Add row-count rolling support for blob, vector, and dedicated-format 
writers.
   - Remove redundant rolling/rethrow logic and cover the combined blob+vector 
path.
   
   ### Tests
   
   - python -m pytest pypaimon/tests/data_evolution_row_rolling_test.py -q
   - python -m pytest pypaimon/tests/data_evolution_formats_test.py -q
   - python -m pytest pypaimon/tests/vector_table_test.py -q
   - python -m pyflakes pypaimon/tests/data_evolution_row_rolling_test.py 
pypaimon/write/file_store_write.py pypaimon/write/writer/blob_writer.py 
pypaimon/write/writer/data_vector_writer.py 
pypaimon/write/writer/dedicated_format_writer.py
   - git diff --check origin/master..HEAD


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

Reply via email to