Re: [I] Fields with mixed datatypes [iceberg-python]

2024-08-15 Thread via GitHub
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

Re: [I] Fields with mixed datatypes [iceberg-python]

2024-08-15 Thread via GitHub
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

Re: [I] Fields with mixed datatypes [iceberg-python]

2024-08-11 Thread via GitHub
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

[I] Fields with mixed datatypes [iceberg-python]

2024-08-10 Thread via GitHub
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?