deniskuzZ commented on a change in pull request #3127:
URL: https://github.com/apache/hive/pull/3127#discussion_r834104965



##########
File path: 
metastore/scripts/upgrade/hive/upgrade-3.1.0-to-4.0.0-alpha-1.hive.sql
##########
@@ -318,7 +318,7 @@ SELECT
   CC_PARTITION,
   CASE WHEN CC_TYPE = 'i' THEN 'minor' WHEN CC_TYPE = 'a' THEN 'major' ELSE 
'UNKNOWN' END,
   CASE WHEN CC_STATE = 'f' THEN 'failed' WHEN CC_STATE = 's' THEN 'succeeded'
-    WHEN CC_STATE = 'a' THEN 'did not initiate' ELSE 'UNKNOWN' END,
+    WHEN CC_STATE = 'a' THEN 'did not initiate'  WHEN 'c' THEN 'refused' ELSE 
'UNKNOWN' END,

Review comment:
       ````WHEN CC_STATE = 's'````




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