ramitg254 commented on code in PR #6565:
URL: https://github.com/apache/hive/pull/6565#discussion_r3503967446
##########
iceberg/iceberg-catalog/src/main/java/org/apache/iceberg/hive/HiveSchemaUtil.java:
##########
@@ -458,6 +493,42 @@ private static Record
buildStructWithDefaults(Types.StructType structType) {
return hasAnyDefault ? nestedRecord : null;
}
+ private static Record buildStructWithInitialDefaults(Types.StructType
structType) {
Review Comment:
done merged to a single method
--
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]