nastra commented on code in PR #6468:
URL: https://github.com/apache/iceberg/pull/6468#discussion_r1054467944
##########
python/pyiceberg/io/pyarrow.py:
##########
@@ -366,7 +352,7 @@ def visit_string(self, _: StringType) -> pa.DataType:
return pa.string()
def visit_uuid(self, _: UUIDType) -> pa.DataType:
- return UuidType()
+ return pa.binary(16)
Review Comment:
this makes sense, we're doing the same in
https://github.com/apache/iceberg/blob/c07f2aabc0a1d02f068ecf1514d2479c0fbdd3b0/arrow/src/main/java/org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.java#L325-L327
--
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]