You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/12/06 00:20:47 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #34810: [SPARK-37549][SQL] Support set parallel through data source properties

HyukjinKwon commented on a change in pull request #34810:
URL: https://github.com/apache/spark/pull/34810#discussion_r762639136



##########
File path: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/SourceOptions.scala
##########
@@ -47,4 +50,6 @@ object SourceOptions {
   val RESPECT_SPARK_SCHEMA = "respectSparkSchema"
   val DEFAULT_RESPECT_SPARK_SCHEMA = false
 
+  val PARALLEL = "parallel"

Review comment:
       I think we should change it to something like `partitionNum`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org