rbalamohan commented on a change in pull request #2033:
URL: https://github.com/apache/hive/pull/2033#discussion_r600042850
##########
File path:
standalone-metastore/metastore-server/src/main/sql/mysql/hive-schema-4.0.0.mysql.sql
##########
@@ -1177,13 +1177,13 @@ CREATE TABLE `SCHEMA_VERSION` (
`SCHEMA_ID` BIGINT,
`VERSION` INTEGER NOT NULL,
`CREATED_AT` BIGINT NOT NULL,
- `CD_ID` BIGINT,
+ `CD_ID` BIGINT,
`STATE` INTEGER NOT NULL,
`DESCRIPTION` VARCHAR(4000),
`SCHEMA_TEXT` mediumtext,
`FINGERPRINT` VARCHAR(256),
`SCHEMA_VERSION_NAME` VARCHAR(256),
- `SERDE_ID` bigint,
+ `SERDE_ID` bigint,
Review comment:
@HarshitGupta11 : Can you please remove formatting changes for these
files? This will help in easier review.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]