[ https://issues.apache.org/jira/browse/HIVE-20932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16694920#comment-16694920 ]
ASF GitHub Bot commented on HIVE-20932: --------------------------------------- GitHub user b-slim opened a pull request: https://github.com/apache/hive/pull/493 HIVE-20932 Adding Vectorize code to Druid storage handler (Slim B) You can merge this pull request into a Git repository by running: $ git pull https://github.com/b-slim/hive HIVE-20932 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/493.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #493 ---- commit cbf555f2b54a3b5eaca0c98c7067b420ad488c08 Author: Slim Bouguerra <bslim@...> Date: 2018-11-20T22:49:45Z HIVE-20932 Adding Vectorize code to Druid storage handler (Slim B) Change-Id: I1a95bbe0f1d0e3a5452111cd1d2262d4253dbdcb ---- > Vectorize Druid Storage Handler Reader > -------------------------------------- > > Key: HIVE-20932 > URL: https://issues.apache.org/jira/browse/HIVE-20932 > Project: Hive > Issue Type: Improvement > Reporter: slim bouguerra > Assignee: slim bouguerra > Priority: Major > Labels: pull-request-available > Attachments: HIVE-20932.3.patch, HIVE-20932.4.patch, > HIVE-20932.5.patch, HIVE-20932.patch > > > This patch aims at adding support for vectorize read of data from Druid to > Hive. > [~t3rmin4t0r] suggested that this will improve the performance of the top > level operators that supports vectorization. > As a first cut am just adding a wrapper around the existing Record Reader to > read up to 1024 row at a time. > Future work will be to avoid going via old reader and convert straight the > Json (smile format) to Vector primitive types. -- This message was sent by Atlassian JIRA (v7.6.3#76005)