simhadri-g commented on code in PR #5456:
URL: https://github.com/apache/hive/pull/5456#discussion_r1792533485


##########
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/CompactorUtil.java:
##########
@@ -337,6 +337,7 @@ private static CompactionResponse 
requestCompaction(CompactionInfo ci, String ru
     }
     compactionRequest.setInitiatorVersion(ci.initiatorVersion);
     compactionRequest.setPoolName(ci.poolName);
+    compactionRequest.setOrderByClause(ci.orderByClause);

Review Comment:
   Thats great. Thanks!
   
   I was worried about the side effect this would have on hive acid 
compactions. This clears it up. 



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