You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/31 09:52:00 UTC

[jira] [Commented] (DRILL-7678) Update Yauaa dependency

    [ https://issues.apache.org/jira/browse/DRILL-7678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17071631#comment-17071631 ] 

ASF GitHub Bot commented on DRILL-7678:
---------------------------------------

nielsbasjes commented on 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:
users@infra.apache.org


> Update Yauaa dependency
> -----------------------
>
>                 Key: DRILL-7678
>                 URL: https://issues.apache.org/jira/browse/DRILL-7678
>             Project: Apache Drill
>          Issue Type: Improvement
>            Reporter: Niels Basjes
>            Priority: Major
>
> The Yauaa useragent parsing library has a new release.
> Also a few changes and small optimizations are needed to make it work.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)