[ https://issues.apache.org/jira/browse/HIVE-18195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16274912#comment-16274912 ]
Hive QA commented on HIVE-18195: -------------------------------- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem || Runtime || Comment || || || || || {color:brown} Prechecks {color} || | {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s{color} | {color:green} The patch does not contain any @author tags. {color} | || || || || {color:brown} master Compile Tests {color} || || || || || {color:brown} Patch Compile Tests {color} || | {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 0s{color} | {color:green} The patch has no whitespace issues. {color} | || || || || {color:brown} Other Tests {color} || | {color:red}-1{color} | {color:red} asflicense {color} | {color:red} 0m 26s{color} | {color:red} The patch generated 1 ASF License warnings. {color} | | {color:black}{color} | {color:black} {color} | {color:black} 0m 41s{color} | {color:black} {color} | \\ \\ || Subsystem || Report/Notes || | Optional Tests | asflicense | | uname | Linux hiveptest-server-upstream 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03) x86_64 GNU/Linux | | Build tool | maven | | Personality | /data/hiveptest/working/yetus/dev-support/hive-personality.sh | | git revision | master / 33d527f | | asflicense | http://104.198.109.242/logs//PreCommit-HIVE-Build-8078/yetus/patch-asflicense-problems.txt | | modules | C: metastore U: metastore | | Console output | http://104.198.109.242/logs//PreCommit-HIVE-Build-8078/yetus.txt | | Powered by | Apache Yetus http://yetus.apache.org | This message was automatically generated. > Hive schema broken on postgres > ------------------------------ > > Key: HIVE-18195 > URL: https://issues.apache.org/jira/browse/HIVE-18195 > Project: Hive > Issue Type: Bug > Components: Metastore > Affects Versions: 3.0.0 > Reporter: Deepesh Khandelwal > Assignee: Deepesh Khandelwal > Priority: Blocker > Attachments: HIVE-18195.patch > > > Hive metastore schema on postgres is broken after the commit for HIVE-17954. > Basicaly the following file > metastore/scripts/upgrade/postgres/hive-schema-3.0.0.postgres.sql incorrectly > defines WM_POOL with column ALLOC_FRACTION with DOUBLE data type, it should > be double precision. > {noformat} > CREATE TABLE "WM_POOL" ( > "POOL_ID" bigint NOT NULL, > "RP_ID" bigint NOT NULL, > "PATH" character varying(1024) NOT NULL, > "ALLOC_FRACTION" DOUBLE, > "QUERY_PARALLELISM" integer, > "SCHEDULING_POLICY" character varying(1024) > ); > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)