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

jiaan.geng commented on SPARK-29119:
------------------------------------

This is duplicate with https://issues.apache.org/jira/browse/SPARK-27953

> 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
>            Priority: Major
>
> 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.4#803005)

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

Reply via email to