Yuming Wang created SPARK-37549:
-----------------------------------

             Summary: Support set parallel through data source properties
                 Key: SPARK-37549
                 URL: https://issues.apache.org/jira/browse/SPARK-37549
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.3.0
            Reporter: Yuming Wang


{code:scala}
spark.read.option("Parallel", 10).parquet("path/to/parquet")
{code}

{code:sql}
CREATE TABLE test_parallel (
  foo STRING,
  bar STRING)
USING parquet
OPTIONS (
  PARALLEL '1000'
)
{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to