jasperjiaguo opened a new pull request, #12958: URL: https://github.com/apache/pinot/pull/12958
The changes in https://github.com/apache/pinot/pull/12885 creates compatibility issue for our internal builds when older versions of guava is used in internal libraries. We are seeing: ``` java.lang.NoSuchMethodError: 'java.util.Set org.reflections.Reflections.getResources(com.google.common.base.Predicate)' ``` As 0.10.2 has a lot of backward incompat interface changes, it might cause conflict with other libraries as well. Can we use 0.9.11 for now if there's no other concerns? -- 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]
