[ https://issues.apache.org/jira/browse/HIVE-26623?focusedWorklogId=816563&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-816563 ]
ASF GitHub Bot logged work on HIVE-26623: ----------------------------------------- Author: ASF GitHub Bot Created on: 13/Oct/22 12:18 Start Date: 13/Oct/22 12:18 Worklog Time Spent: 10m Work Description: SourabhBadhya commented on code in PR #3661: URL: https://github.com/apache/hive/pull/3661#discussion_r994569153 ########## metastore/scripts/upgrade/hive/hive-schema-4.0.0-alpha-2.hive.sql: ########## @@ -1947,12 +1952,17 @@ SELECT DISTINCT C_DURATION, C_HADOOP_JOB_ID, C_RUN_AS, + C_ERROR_MESSAGE, + C_NEXT_TXN_ID, + C_TXN_ID, + C_COMMIT_TIME, C_HIGHEST_WRITE_ID, C_INITIATOR_HOST, C_INITIATOR_ID, C_INITIATOR_VERSION, C_CLEANER_START, - NVL(C_POOL_NAME, 'default') + NVL(C_POOL_NAME, 'default'), Review Comment: Nice catch. Updated the PR. ########## metastore/scripts/upgrade/hive/upgrade-4.0.0-alpha-1-to-4.0.0-alpha-2.hive.sql: ########## @@ -276,4 +276,71 @@ JOIN WHERE SE.SCHEDULED_QUERY_ID=SQ.SCHEDULED_QUERY_ID; + Issue Time Tracking ------------------- Worklog Id: (was: 816563) Time Spent: 1.5h (was: 1h 20m) > Maintain same columns in COMPACTIONS view present in SYS and > INFORMATION_SCHEMA > ------------------------------------------------------------------------------- > > Key: HIVE-26623 > URL: https://issues.apache.org/jira/browse/HIVE-26623 > Project: Hive > Issue Type: Improvement > Affects Versions: 4.0.0-alpha-2 > Reporter: Sourabh Badhya > Assignee: Sourabh Badhya > Priority: Major > Labels: pull-request-available > Time Spent: 1.5h > Remaining Estimate: 0h > > Currently the columns of COMPACTIONS view in SYS and INFORMATION_SCHEMA > differ by these columns - > {code:java} > C_ERROR_MESSAGE > C_NEXT_TXN_ID > C_TXN_ID > C_COMMIT_TIME > C_TBLPROPERTIES {code} > Maintain the same set of columns in the views for both of them. -- This message was sent by Atlassian Jira (v8.20.10#820010)