JingsongLi commented on PR #8073:
URL: https://github.com/apache/paimon/pull/8073#issuecomment-4603803000

   Reviewed with focus on alignment with the Java schema-evolution read path.
   
   The change makes the Python fast path align batches to the current read 
schema as well, which matches the intent of Java's schema-evolution 
mapping/cast path: old-schema physical columns should not leak their original 
Arrow types just because no partition padding or index remapping was needed. I 
also ran:
   
   ```shell
   PYTHONPATH=paimon-python pytest -q 
paimon-python/pypaimon/tests/schema_evolution_read_test.py
   ```
   
   and it passed (`6 passed, 10 subtests passed`). I don't see an additional 
blocker from my side.
   


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