SourabhBadhya commented on code in PR #4313:
URL: https://github.com/apache/hive/pull/4313#discussion_r1196640692
##########
standalone-metastore/metastore-server/src/main/sql/derby/upgrade-4.0.0-alpha-2-to-4.0.0.derby.sql:
##########
@@ -26,5 +26,15 @@ CREATE INDEX "APP"."TAB_COL_STATS_IDX" ON
"APP"."TAB_COL_STATS" ("DB_NAME", "TAB
DROP INDEX "APP"."PCS_STATS_IDX";
CREATE INDEX "APP"."PCS_STATS_IDX" ON "APP"."PART_COL_STATS"
("DB_NAME","TABLE_NAME","COLUMN_NAME","PARTITION_NAME","CAT_NAME");
+-- HIVE-27332
+CREATE TABLE TXN_CLEANUP_QUEUE (
+ TCQ_DATABASE varchar(128) NOT NULL,
+ TCQ_TABLE varchar(256) NOT NULL,
+ TCQ_PARTITION varchar(767),
Review Comment:
@veghlaci05 No idea to be honest. I just followed the trend of keeping 767
characters for varchar like the rest of the tables. The trend seems to exist
from ancient versions of Hive (Hive 0.3.0).
--
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]