jduo commented on code in PR #39011: URL: https://github.com/apache/arrow/pull/39011#discussion_r1425986472
########## java/memory/memory-core/pom.xml: ########## @@ -54,6 +53,30 @@ </build> <profiles> + <profile> + <id>error-prone-jdk11+</id> Review Comment: This profile is really the "default" build profile for JDK9+. It doesn't relate to error-prone specifically. Would it be better to have a separate profile with the same 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]
