gurmeetsaran-ant opened a new pull request, #15345:
URL: https://github.com/apache/iceberg/pull/15345

   The Confluent Avro converter deserializes timestamp-millis logical type 
fields as java.util.Date, but convertLong() only handled Number and String, 
throwing IllegalArgumentException.
   
   Add instanceof Date branch that calls Date.getTime() to extract epoch 
millis, consistent with other conversion methods in RecordConverter.
   
   Closes #15344


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