amaliujia commented on code in PR #47171:
URL: https://github.com/apache/spark/pull/47171#discussion_r1663120895


##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -42,6 +42,17 @@ package object config {
   private[spark] val SPARK_TASK_PREFIX = "spark.task"
   private[spark] val LISTENER_BUS_EVENT_QUEUE_PREFIX = 
"spark.scheduler.listenerbus.eventqueue"
 
+  private[spark] val DEFAULT_PARALLELISM =

Review Comment:
   Done.
   
   I also found PySpark side is using the same string. However I am not sure 
how PySpark generally deal with configs so leave PySpark side unchanged.



-- 
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]

Reply via email to