difin commented on code in PR #5248:
URL: https://github.com/apache/hive/pull/5248#discussion_r1622929048


##########
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/CompactorContext.java:
##########
@@ -30,6 +30,9 @@
  */
 public class CompactorContext {
 
+  public static final String COMPACTION_PART_SPEC_ID = 
"compaction_part_spec_id";
+  public static final String COMPACTION_PARTITION_PATH = 
"compaction_partition_path";
+

Review Comment:
   Done



-- 
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]

Reply via email to