[ 
https://issues.apache.org/jira/browse/HIVE-3742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503418#comment-13503418
 ] 

Ashutosh Chauhan commented on HIVE-3742:
----------------------------------------

Seems like there is one more bug lurking down there:
{code}
-ALTER TABLE "APP"."SKEWED_STRING_LIST_VALUES" ADD CONSTRAINT 
"SKEWED_STRING_LIST_VALUES_PK" PRIMARY KEY ("STRING_LIST_ID");
+ALTER TABLE "APP"."SKEWED_STRING_LIST_VALUES" ADD CONSTRAINT 
"SKEWED_STRING_LIST_VALUES_PK" PRIMARY KEY ("STRING_LIST_ID","INTEGER_IDX");
{code}
?
                
> The derby metastore schema script for 0.10.0 doesn't run
> --------------------------------------------------------
>
>                 Key: HIVE-3742
>                 URL: https://issues.apache.org/jira/browse/HIVE-3742
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Prasad Mujumdar
>            Assignee: Prasad Mujumdar
>         Attachments: HIVE-3742.patch
>
>
> The hive-schema-0.10.0.derby.sql contains incorrect alter statement for 
> SKEWED_STRING_LIST which causes the script execution to fail

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to