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

   ### Purpose
      - Iceberg toByteBuffer encodes tiny and small int as 4 byte little endian 
int, but IcebergConversions.toPaimonObject has no matching case and throws 
UnsupportedOperationException.
      - Occurs when the type is used as a partition column and decoded back 
into Paimon objects.
      - Add support for the same.
   
   ### Tests
    - Unit tests


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