jduo commented on code in PR #39011:
URL: https://github.com/apache/arrow/pull/39011#discussion_r1446504865


##########
java/pom.xml:
##########
@@ -776,6 +787,11 @@
             </reports>
           </reportSet>
         </reportSets>
+        <configuration>
+          <sourceFileExcludes>
+            <sourceFileExclude>**/module-info.java</sourceFileExclude>
+          </sourceFileExcludes>
+        </configuration>

Review Comment:
   Yes, I think we should wait until JDK8 support is dropped to do this though. 
We run into similar issues as we ran into while compiling (need to set release 
to 9, but that breaks how we utilize Unsafe).



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