Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.1.0
-
None
-
None
Description
Add DDL support to modify constraint state for a given constraint
constraint_state:
:[ NOVALIDATE | VALIDATE ] [ RELY | NORELY]ALTER TABLE table_name MODIFY CONSTRAINT constraint_name constraint_state
The high level details are in the spec attached in SPARK-19842 in Section 4.2.3 and Section 4.5