dongjoon-hyun commented on a change in pull request #34153:
URL: https://github.com/apache/spark/pull/34153#discussion_r721880046



##########
File path: pom.xml
##########
@@ -3431,6 +3433,26 @@
 
     </profile>
 
+    <profile>
+      <id>jdk-17</id>

Review comment:
       Can we make this active by default on Java 17? Does it cause any 
conflicts with other profiles currently?
   ```
         <activation>
           <jdk>[17,)</jdk>
         </activation>
   ```




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

Reply via email to