Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/19607#discussion_r152174935 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/python/ArrowPythonRunner.scala --- @@ -58,6 +59,11 @@ class ArrowPythonRunner( protected override def writeCommand(dataOut: DataOutputStream): Unit = { PythonUDFRunner.writeUDFs(dataOut, funcs, argOffsets) + if (respectTimeZone) { + PythonRDD.writeUTF(timeZoneId, dataOut) --- End diff -- Unfortunately, can't because the worker doesn't have sql conf.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org