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

   ### Purpose
   - Flink writes check for each row's size in `RangeShuffle` to balance range 
partitions.
   - However for blog fields the size calculator wrongly reads blog with 
`getVariant` instead of `getBlob`, causing `ClassCastException` tables with 
blob columns.
   - Fix it by using getBlob instead
   
   ### 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