viirya commented on code in PR #911:
URL: https://github.com/apache/datafusion-comet/pull/911#discussion_r1744612980


##########
pom.xml:
##########
@@ -811,6 +811,17 @@ under the License.
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.10.1</version>
+          <configuration>
+            <source>${java.version}</source>
+            <target>${java.version}</target>
+            <skipMain>true</skipMain>
+            <skip>true</skip>
+          </configuration>
+        </plugin>

Review Comment:
   cc @huaxingao I guess that we need this to make it built with Iceberg on 
Java 11.



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