Github user BryanCutler commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21427#discussion_r197509839
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/python/ArrowEvalPythonExec.scala
 ---
    @@ -63,7 +64,7 @@ case class ArrowEvalPythonExec(udfs: Seq[PythonUDF], 
output: Seq[Attribute], chi
     
       private val batchSize = conf.arrowMaxRecordsPerBatch
       private val sessionLocalTimeZone = conf.sessionLocalTimeZone
    -  private val pandasRespectSessionTimeZone = 
conf.pandasRespectSessionTimeZone
    +  private val runnerConf = ArrowUtils.getPythonRunnerConfMap(conf)
    --- End diff --
    
    ok


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to