HyukjinKwon commented on code in PR #43635:
URL: https://github.com/apache/spark/pull/43635#discussion_r1379910384
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/python/PythonForeachWriter.scala:
##########
@@ -92,6 +92,10 @@ class PythonForeachWriter(func: PythonFunction, schema:
StructType)
override val pythonExec: String =
SQLConf.get.pysparkWorkerPythonExecutable.getOrElse(
funcs.head.funcs.head.pythonExec)
+
+ override val faultHandlerEnabled: Boolean =
SQLConf.get.pythonUDFWorkerFaulthandlerEnabled
+
+ override val simplifiedTraceback: Boolean =
SQLConf.get.pysparkSimplifiedTraceback
Review Comment:
I piggy-pack this change while I am here
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1504,7 +1504,7 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
- val V2_BUCKETING_SHUFFLE_ENABLED =
+ val V2_BUCKETING_SHUFFLE_ENABLED =
Review Comment:
I piggy-pack this change while I am here
--
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]