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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org