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