drcrallen opened a new pull request #6815: Use Guava Compatible immediate executor service URL: https://github.com/apache/incubator-druid/pull/6815 As a follow on to https://github.com/apache/incubator-druid/pull/5413 this PR uses reflection to generate Guava direct executors in a version friendly way. The reflection checks for the Guava <= 18 method first, and falls back to the Guava > 18 method otherwise. I *think* this is the last change to make the druid code base work for a HUGE swath of Guava versions.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
