deniskuzZ commented on code in PR #6074:
URL: https://github.com/apache/hive/pull/6074#discussion_r2360222286
##########
iceberg/iceberg-catalog/src/main/java/org/apache/iceberg/hive/HiveSchemaUtil.java:
##########
@@ -329,4 +336,85 @@ public static String convertToTypeString(Type type) {
throw new UnsupportedOperationException(type + " is not supported");
}
}
+
+ public static void setDefault(List<Types.NestedField> fields, Record record,
Set<String> missingColumns) {
Review Comment:
could we make `record` 1st arg?
--
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]