InvisibleProgrammer commented on PR #4740:
URL: https://github.com/apache/hive/pull/4740#issuecomment-1782414344
Hi, @SourabhBadhya !
Which compaction queue states should I consider? My educated guess is only
the working state but I'm not sure about Initiated and Ready for cleaning
char INITIATED_STATE = 'i';
char WORKING_STATE = 'w';
char READY_FOR_CLEANING = 'r';
char FAILED_STATE = 'f';
char SUCCEEDED_STATE = 's';
char DID_NOT_INITIATE = 'a';
char REFUSED_STATE = 'c';
--
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]