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

   ### Purpose
      - Reading a timestamp with local timezone column from the Iceberg 
manifest throws ClassCastException. In IcebergConversions.toPaimonObject the 
two timestamp variants share a switch arm that casts the data type
     to TimestampType, but LocalZonedTimestampType is not a subtype of 
TimestampType.
      - Split the arm so each case casts to its own type. Write side was 
already doing this.
      - Fixes: #7763 
   
   ### 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