dongjoon-hyun commented on code in PR #41144: URL: https://github.com/apache/spark/pull/41144#discussion_r1214831077
########## core/src/main/scala/org/apache/spark/api/python/PythonRunner.scala: ########## @@ -106,7 +106,7 @@ private[spark] abstract class BasePythonRunner[IN, OUT]( protected val envVars: java.util.Map[String, String] = funcs.head.funcs.head.envVars protected val pythonExec: String = funcs.head.funcs.head.pythonExec protected val pythonVer: String = funcs.head.funcs.head.pythonVer - Review Comment: Shall we keep the empty line to split the variable definition and `logInfo`? -- 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]
