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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]