You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ABHISHEK KUMAR GUPTA (Jira)" <ji...@apache.org> on 2019/09/17 11:14:00 UTC

[jira] [Created] (SPARK-29119) DEFAULT option is not supported in Spark

ABHISHEK KUMAR GUPTA created SPARK-29119:
--------------------------------------------

             Summary: DEFAULT option is not supported in Spark
                 Key: SPARK-29119
                 URL: https://issues.apache.org/jira/browse/SPARK-29119
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: ABHISHEK KUMAR GUPTA


PostgreSQL supports *default* option as below

**CREATE TABLE update_test (
 a INT *DEFAULT* 10,
 b INT
);
INSERT INTO update_test VALUES (5, 10);
INSERT INTO update_test(b) VALUES (15);
SELECT * FROM update_test;



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org