You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yuming Wang (Jira)" <ji...@apache.org> on 2021/12/05 12:16:00 UTC

[jira] [Created] (SPARK-37549) Support set parallel through data source properties

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