HyukjinKwon commented on a change in pull request #34810:
URL: https://github.com/apache/spark/pull/34810#discussion_r762639768
##########
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:
and would have to document at
https://github.com/apache/spark/blob/master/docs/sql-data-sources-generic-options.md
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]