deniskuzZ commented on code in PR #6074:
URL: https://github.com/apache/hive/pull/6074#discussion_r2355745660
##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.java:
##########
@@ -303,6 +304,9 @@ public void configureOutputJobProperties(TableDesc
tableDesc, Map<String, String
// table-level and skipped only for output tables in HiveIcebergSerde.
Properties from the map will be present in
// the serde config for all tables in the query, not just the output
tables, so we can't rely on that in the serde.
tableDesc.getProperties().put(InputFormatConfig.OPERATION_TYPE_PREFIX +
tableDesc.getTableName(), opType);
+ SessionStateUtil.getResource(conf, SessionStateUtil.MISSING_COLUMNS)
Review Comment:
is that MISSING_COLUMNS or COLUMNS_WITH_DEFAULT?
--
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]