holdenk commented on a change in pull request #2595:
URL: https://github.com/apache/iceberg/pull/2595#discussion_r646182902
##########
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:
I _think_ Spark 3 supports JDK 1.8, would it make sense to do
iceberg-spark3 here as well? Or is there a reason for only doing one of them?
--
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]