anuragmantri commented on issue #10635:
URL: https://github.com/apache/iceberg/issues/10635#issuecomment-2629626867

   Thanks for the ping, I missed this one. I will continue working on this. 
   
   I tried to add support uuid bytes earlier. Where I was stuck was that the 
uuid.uuid4().bytes is `UUID in binary format`. In the type conversion layer, we 
would have to differentiate between 
   1. 
[Binary](https://github.com/apache/iceberg/blob/af75440da8d6e7b509b3197251c965543017b015/spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/TypeToSparkType.java#L116)
  - BinaryType in Spark
   2. [a UUID represented as a 
binary](https://github.com/apache/iceberg/blob/af75440da8d6e7b509b3197251c965543017b015/spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/TypeToSparkType.java#L111)
 - String in Spark
   
   I was wondering if this can be done before TypeToSparkType.
   
   Any thoughts on how this can be done @RussellSpitzer @nastra ?


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to