pvary commented on a change in pull request #2054:
URL: https://github.com/apache/iceberg/pull/2054#discussion_r559755809
##########
File path: mr/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergSerDe.java
##########
@@ -129,10 +130,12 @@ public ObjectInspector getObjectInspector() {
* it adds the previousException as a root cause.
* @param serDeProperties The source of the hive schema
* @param previousException If we had an exception previously
+ * @param autoConversion If <code>true</code> then autoConversion of the
schema is enabled
Review comment:
Thanks for the rewording! Your one is definitely better.
##########
File path:
mr/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergStorageHandlerNoScan.java
##########
@@ -491,5 +497,17 @@ public void testCreateTableWithNotSupportedTypes() {
}
);
}
+
+ shell.setHiveSessionValue(InputFormatConfig.SCHEMA_AUTO_CONVERSION,
"true");
Review comment:
Moved to a separate test case.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]