the-other-tim-brown commented on code in PR #17637:
URL: https://github.com/apache/hudi/pull/17637#discussion_r2636289686


##########
hudi-io/pom.xml:
##########
@@ -96,6 +96,15 @@
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <!-- Required to support older Hive versions that still use Java 8 
-->
+          <target>8</target>
+          <release>8</release>

Review Comment:
   The java 8 jars can still be read on the java 11 path so it will work. Lance 
is only integrated at the spark layer currently so those jars will have a java 
11 target.
   
   Longer term, I would like to see if we can update the bundle validation to 
be java 11 compatible.



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

Reply via email to