yuanbenson opened a new pull request, #11239:
URL: https://github.com/apache/pinot/pull/11239
Removes use of `Arrays.equals(boolean[] a, int aFromIndex, int aToIndex,
boolean[] b, int bFromIndex, int bToIndex)` that is only available in
https://docs.oracle.com/javase%2F9%2Fdocs%2Fapi%2F%2F/java/util/Arrays.html
JDK9 for the same reason being highlighted in
https://github.com/apache/pinot/pull/11197 with JDK8 incompatibility.
"We are not able to run in java-11 at this time due to some downstream
dependencies. We are working on a short and long term solution for this."
--
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]