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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org