tanishq-chugh commented on code in PR #5404: URL: https://github.com/apache/hive/pull/5404#discussion_r1741637949
########## standalone-metastore/metastore-server/src/main/sql/derby/hive-schema-4.1.0.derby.sql: ########## @@ -171,7 +171,7 @@ CREATE TABLE "APP"."NOTIFICATION_LOG" ( "EVENT_ID" BIGINT NOT NULL, "EVENT_TIME" INTEGER NOT NULL, "EVENT_TYPE" VARCHAR(32) NOT NULL, - "MESSAGE" CLOB, + "MESSAGE" VARCHAR(32672), Review Comment: This datatype change is for derby. Derby never supported CLOB to CLOB comparisons, however datanucleus 5.x had some workarounds to make CLOB to CLOB comparisons work, whick are not present as part of datanucleus 6.x . These fields have been changed to VARCHAR as none of them seem to store values of such big size. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org