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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to