nielsbasjes opened a new pull request #2044: DRILL-7678: Update Yauaa dependency URL: https://github.com/apache/drill/pull/2044 # [DRILL-7678](https://issues.apache.org/jira/browse/DRILL-7678): Update Yauaa dependency ## Description This is to update the version of the useragent analyzer to the latest released version. Changes: - Update to latest version of Yauaa - Extracted the instantiation of the analyzer into a separate class because the dynamic code compiler could not handle the way the classes and builders work together (see https://github.com/nielsbasjes/yauaa/issues/204 reported by @cgivre ) - Only 1 instance of the analyzer (saves a lot of memory) - Now use the caching also present in the analyzer (i.e. do not use the 'Direct' version) - Cache the 'allFields' as this has a direct performance impact. - Fix a java warning around generics in the test class. ## Documentation No changes. ## Testing All existing tests were sufficient.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
