kgyrtkirk commented on a change in pull request #794: HIVE-21884
URL: https://github.com/apache/hive/pull/794#discussion_r332390665
 
 

 ##########
 File path: 
standalone-metastore/metastore-server/src/main/sql/derby/upgrade-3.2.0-to-4.0.0.derby.sql
 ##########
 @@ -18,6 +18,36 @@ UPDATE "APP"."TAB_COL_STATS" SET ENGINE = 'hive' WHERE 
ENGINE IS NULL;
 ALTER TABLE "APP"."PART_COL_STATS" ADD ENGINE VARCHAR(128);
 UPDATE "APP"."PART_COL_STATS" SET ENGINE = 'hive' WHERE ENGINE IS NULL;
 
+CREATE TABLE "APP"."SCHEDULED_QUERIES" (
 
 Review comment:
   yes; I did when I was writing them - actually I've also spotted a bug which 
already had a ticket opened a week before....but the bug was actually there for 
around a year or so
   I've opened HIVE-22302
   

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


With regards,
Apache Git Services

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

Reply via email to