[
https://issues.apache.org/jira/browse/HIVE-25596?focusedWorklogId=671426&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-671426
]
ASF GitHub Bot logged work on HIVE-25596:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Oct/21 13:15
Start Date: 28/Oct/21 13:15
Worklog Time Spent: 10m
Work Description: hmangla98 commented on a change in pull request #2724:
URL: https://github.com/apache/hive/pull/2724#discussion_r738377775
##########
File path: metastore/scripts/upgrade/hive/hive-schema-4.0.0.hive.sql
##########
@@ -1466,7 +1466,8 @@ CREATE EXTERNAL TABLE IF NOT EXISTS `REPLICATION_METRICS`
(
`POLICY_NAME` string,
`DUMP_EXECUTION_ID` bigint,
`METADATA` string,
- `PROGRESS` string
+ `PROGRESS` string,
+ `MESSAGE_FORMAT` varchar(16)
Review comment:
Yes, varchar is supported in hive-schema files. Actually, we're using
same syntax in case of Notification_log table. So, i kept it same for both the
tables.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 671426)
Time Spent: 1h 50m (was: 1h 40m)
> Compress Hive Replication Metrics while storing
> -----------------------------------------------
>
> Key: HIVE-25596
> URL: https://issues.apache.org/jira/browse/HIVE-25596
> Project: Hive
> Issue Type: Improvement
> Reporter: Haymant Mangla
> Assignee: Haymant Mangla
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> Compress the json fields of sys.replication_metrics table to optimise RDBMS
> space usage.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)