talatuyarer opened a new pull request, #14259:
URL: https://github.com/apache/iceberg/pull/14259

   Added full variant read/write support for Flink, including type conversion, 
schema integration, and binary serialization. The implementation uses Flink's 
BinaryVariant class with getValue() and getMetadata() methods.
   
   **Supported Types:**
   
   - All primitive types: BOOLEAN, INT8/16/32/64, FLOAT, DOUBLE, STRING, 
BINARY, UUID
   - Date/time types: DATE, TIME, TIMESTAMPTZ, TIMESTAMPNTZ
   - Decimal types: DECIMAL4/8/16 with proper precision handling
   - Complex types: Arrays, objects, nested structures
   
   **Future Work**
   
   - Missing features for future PRs:
   - Filter pushdown on variant field contents
   - Variant field metrics and statistics
   - Variant field aggregations
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to