BryanEdwardsTech7 commented on issue #14330:
URL: https://github.com/apache/iceberg/issues/14330#issuecomment-3458353912

   @rlokugamage @pvary  I was running into an error while trying to write UUID 
types via avro to Iceberg and ran into this issue. Are there any work arounds 
to writing UUID values? With parquets, I was able to use 
DataTypes.FIELD("_uuid", DataTypes.VARBINARY(16)) with the Flink's DataStream 
API, but with Avros I ran into a casting error even if I try String, Bytes, or 
UUID types.
   


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