nrg4878 commented on code in PR #2866:
URL: https://github.com/apache/hive/pull/2866#discussion_r1218589501


##########
pom.xml:
##########
@@ -1541,6 +1542,19 @@
               <fail>true</fail>
             </configuration>
           </execution>
+          <execution>
+            <id>enforce-java</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireJavaVersion>
+                  <version>[1.8.0,1.9.0)</version>

Review Comment:
   Is this the right syntax? has an opening square bracket but closes with a 
parenthesis? Dont we want to limit to a single minimum version?
   Also shouldn't the same fix be applied to say standalone-metastore/pom.xml 
and itests/pom.xml as well ?



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