[
https://issues.apache.org/jira/browse/SPARK-37549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-37549:
------------------------------------
Assignee: Apache Spark
> 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
> Assignee: Apache Spark
> 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]