kbendick commented on a change in pull request #2595:
URL: https://github.com/apache/iceberg/pull/2595#discussion_r646225786



##########
File path: jmh.gradle
##########
@@ -17,7 +17,14 @@
  * under the License.
  */
 
-def jmhProjects = [ project("iceberg-spark2") ]
+def jmhProjects = []
+if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
+  jmhProjects = [ project("iceberg-spark2") ]

Review comment:
       Alright. This has been fixed :). Confirmed by setting my terminals JDK 
to java 8, then running both a spark 2 and spark 3 JMH test, then setting to 
Java 11, and running a Spark 3 test (and back again). 👍 




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to