dcoliversun commented on PR #36666: URL: https://github.com/apache/spark/pull/36666#issuecomment-1138047680
@srowen Hi. There are two implements that depends on runtime. If simply it, it will introduce `if/else` and the code will become redundant, which is not a good choice. https://github.com/apache/spark/blob/11760e3799374d65372b5fcdca699f4daa2162e6/core/src/main/scala/org/apache/spark/SparkConf.scala#L433-L439 https://github.com/apache/spark/blob/11760e3799374d65372b5fcdca699f4daa2162e6/core/src/main/scala/org/apache/spark/ui/PagedTable.scala#L325-L327 -- 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]
