deniskuzZ commented on code in PR #4446:
URL: https://github.com/apache/hive/pull/4446#discussion_r2127052188
##########
hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatOutputFormat.java:
##########
@@ -117,7 +117,8 @@ public static void setOutput(Configuration conf,
Credentials credentials,
if ((idHash = conf.get(HCatConstants.HCAT_OUTPUT_ID_HASH)) == null) {
idHash = String.valueOf(df.format(Math.random()));
}
- conf.set(HCatConstants.HCAT_OUTPUT_ID_HASH,idHash);
+ conf.set(HCatConstants.HCAT_OUTPUT_ID_HASH, idHash);
+ conf.set("iceberg.output.id", idHash);
Review Comment:
could you please move it to HCatConstants?
--
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]