[ 
https://issues.apache.org/jira/browse/SPARK-37549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17453598#comment-17453598
 ] 

Apache Spark commented on SPARK-37549:
--------------------------------------

User 'wangyum' has created a pull request for this issue:
https://github.com/apache/spark/pull/34810

> 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
>            Priority: Major
>
> {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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to