You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Miklos Christine (Jira)" <ji...@apache.org> on 2021/02/24 17:19:00 UTC

[jira] [Created] (SPARK-34525) Update Spark Create Table DDL Docs

Miklos Christine created SPARK-34525:
----------------------------------------

             Summary: Update Spark Create Table DDL Docs
                 Key: SPARK-34525
                 URL: https://issues.apache.org/jira/browse/SPARK-34525
             Project: Spark
          Issue Type: Improvement
          Components: docs, Documentation
    Affects Versions: 3.0.3
            Reporter: Miklos Christine


Within the `CREATE TABLE` docs, the `OPTIONS` and `TBLPROPERTIES`specify `key=value` parameters with a `=` as the delimiter between the key value pairs. 
The `=` is optional and can be space delimited. We should document that both methods are supported when defining these parameters.

 

One location within the current docs page that should be updated: 

[https://spark.apache.org/docs/latest/sql-ref-syntax-ddl-create-table-datasource.html]

 

Code reference showing equal as an optional parameter:

https://github.com/apache/spark/blob/master/sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4#L401



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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