You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/03/24 00:03:02 UTC

[GitHub] [hive] rbalamohan commented on a change in pull request #2033: HIVE-24596: Explain DDL For Debugging

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org