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

   hey @nastra, I do not have the time to contribute this feature right now, 
thanks for the proposition :+1: 
   
   until , I'm sharring an inefficient and hacky bypass  :sweat_smile:  : 
   
   ```
   uuidbytes_to_str = spark_f.udf(lambda x: str(uuid.UUID(bytes=bytes(x), 
version=4)), StringType())
   df.withColumn(column_name, uuidbytes_to_str(df[column_name]))
   ``` 


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