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

    https://github.com/apache/spark/pull/21427#discussion_r196437909
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/python/WindowInPandasExec.scala
 ---
    @@ -97,7 +98,7 @@ case class WindowInPandasExec(
         val bufferSize = inputRDD.conf.getInt("spark.buffer.size", 65536)
         val reuseWorker = 
inputRDD.conf.getBoolean("spark.python.worker.reuse", defaultValue = true)
         val sessionLocalTimeZone = conf.sessionLocalTimeZone
    -    val pandasRespectSessionTimeZone = conf.pandasRespectSessionTimeZone
    +    val runnerConf = ArrowUtils.getPythonRunnerConfMap(conf)
    --- End diff --
    
    nit: pythonRunnerConf?


---

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

Reply via email to