You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use arrow, in memory columnar format, as intermediate format. UUID arrow arrays are not yet supported to be written into parquet file. But there is some PR to enable extension type concept in arrow spec. After extension types are supported, we can natively write uuid and json to parquet. (they are serialized as text for now)
It would be nice to also allow supporting the UUID type as specified here (for interoperability):
The text was updated successfully, but these errors were encountered: