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

   ### Purpose
    - Parquet delta encoding stores variable string length based on position on 
encoded page.
    - For 1 page -> many vector batches, this incorrectly uses the output 
position had been reset and causes later strings to be truncated.
    - Ensure we can correctly track the variable length string
    - This is a bug fix ported from Spark
   
   ### Tests
    - UT


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