manuzhang commented on code in PR #14984: URL: https://github.com/apache/iceberg/pull/14984#discussion_r3388365614
########## spark/v4.2/spark/src/jmh/java/org/apache/iceberg/spark/source/orc/IcebergSourceNestedORCDataReadBenchmark.java: ########## @@ -41,8 +41,8 @@ * A benchmark that evaluates the performance of reading ORC data with a flat schema using Iceberg * and the built-in file source in Spark. * - * <p>To run this benchmark for spark-4.1: <code> - * ./gradlew -DsparkVersions=4.1 :iceberg-spark:iceberg-spark-4.1_2.13:jmh + * <p>To run this benchmark for spark-4.2 : <code> + * ./gradlew -DsparkVersions=4.2 :iceberg-spark:iceberg-spark-4.2 _2.13:jmh Review Comment: Thanks for pointing this out. I think they were from my manually replacing "4.1" with "4.2" before the AI coding era. -- 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]
