RussellSpitzer commented on a change in pull request #3029:
URL: https://github.com/apache/iceberg/pull/3029#discussion_r732910093
##########
File path: arrow/src/main/java/org/apache/iceberg/arrow/ArrowSchemaUtil.java
##########
@@ -70,9 +70,11 @@ public static Field convert(final NestedField field) {
switch (field.type().typeId()) {
case BINARY:
// Spark doesn't support BYTE(fixed_size) type, so cast it to VarBinary
Review comment:
This seems to be the rational for why we weren't using Fixed before,
does this break Spark if we make the change?
--
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]