raphaelauv opened a new issue, #10635:
URL: https://github.com/apache/iceberg/issues/10635
### Apache Iceberg version
1.5.2 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
I can insert a string column to an iceberg UUID column but
```python
df = df.withColumn("id", lit(str(uuid.uuid4())))
```
but I can't insert a byte column to an iceberg UUID column
```python
df = df.withColumn("id", lit(uuid.uuid4().bytes))
```
thanks all
--
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]