jayceslesar commented on issue #1037:
URL:
https://github.com/apache/iceberg-python/issues/1037#issuecomment-2291858878
thank you!
--
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 co
jayceslesar closed issue #1037: Fields with mixed datatypes
URL: https://github.com/apache/iceberg-python/issues/1037
--
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 unsubsc
kevinjqliu commented on issue #1037:
URL:
https://github.com/apache/iceberg-python/issues/1037#issuecomment-2282826341
I think generally the columns are strongly typed and won't allow a Union
type. https://py.iceberg.apache.org/reference/pyiceberg/types/
Here's the spec's description
jayceslesar opened a new issue, #1037:
URL: https://github.com/apache/iceberg-python/issues/1037
### Question
How would I go about using a field with mixed datatypes? Is that
recommended/possible? I am a fan of tall-tidy data and am wondering how to
properly go about the following?