[
https://issues.apache.org/jira/browse/HIVE-13350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15337317#comment-15337317
]
Sergey Shelukhin commented on HIVE-13350:
-----------------------------------------
This and other patches left a bunch of blank methods in HBaseStore. When will
those be implemented? How did this get committed with a bunch of auto-generated
Eclipse comments?
> Support Alter commands for Rely/NoRely novalidate for PK/FK constraints
> ------------------------------------------------------------------------
>
> Key: HIVE-13350
> URL: https://issues.apache.org/jira/browse/HIVE-13350
> Project: Hive
> Issue Type: Sub-task
> Components: CBO, Logical Optimizer
> Reporter: Hari Sankar Sivarama Subramaniyan
> Assignee: Hari Sankar Sivarama Subramaniyan
> Labels: TODOC2.1
> Fix For: 2.1.0
>
> Attachments: HIVE-13350.1.patch, HIVE-13350.2.patch,
> HIVE-13350.final.patch
>
>
> Support commands like :
> ALTER TABLE table2 ADD CONSTRAINT pkt2 primary key (a) disable novalidate;
> ALTER TABLE table3 ADD CONSTRAINT fk1 FOREIGN KEY ( x ) REFERENCES table2(a)
> DISABLE NOVALIDATE RELY;
> ALTER TABLE table6 ADD CONSTRAINT fk4 FOREIGN KEY ( y ) REFERENCES table1(a)
> DISABLE NOVALIDATE;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)