aasha commented on a change in pull request #1004:
URL: https://github.com/apache/hive/pull/1004#discussion_r420743627
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplAck.java
##########
@@ -23,7 +23,9 @@
public enum ReplAck {
DUMP_ACKNOWLEDGEMENT("_finished_dump"),
EVENTS_DUMP("_events_dump"),
- LOAD_ACKNOWLEDGEMENT("_finished_load");
+ LOAD_ACKNOWLEDGEMENT("_finished_load"),
+ RANGER_DUMP_ACKNOWLEDGEMENT("_finished_ranger_dump"),
Review comment:
As discussed we will remove the Acks
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]