Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-34525

Update Spark Create Table DDL Docs

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 3.0.3
    • None
    • Documentation

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            mwc Miklos Christine
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: