Sunitha Kambhampati created SPARK-22065: -------------------------------------------
Summary: Add DDL support to modify constraint state for a given constraint Key: SPARK-22065 URL: https://issues.apache.org/jira/browse/SPARK-22065 Project: Spark Issue Type: Sub-task Components: SQL Affects Versions: 3.0.0 Reporter: Sunitha Kambhampati Add DDL support to modify constraint state for a given constraint {quote}*constraint_state*: :[ NOVALIDATE | VALIDATE ] [ RELY | NORELY] ALTER TABLE table_name MODIFY CONSTRAINT constraint_name constraint_state {quote} The high level details are in the spec attached in SPARK-19842 in Section 4.2.3 and Section 4.5 -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org