HyukjinKwon commented on code in PR #43088: URL: https://github.com/apache/spark/pull/43088#discussion_r1335350938
########## core/src/test/scala/org/apache/spark/benchmark/BenchmarkBase.scala: ########## @@ -23,7 +23,7 @@ import org.apache.spark.internal.config.Tests.IS_TESTING /** * A base class for generate benchmark results to a file. - * For JDK9+, JDK major version number is added to the file names to distinguish the results. + * For JDK 21+, JDK major version number is added to the file names to distinguish the results. Review Comment: While I am here, I piggyback a typo fix but I can separate them if anyone prefers that. -- 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]
