[ 
https://issues.apache.org/jira/browse/HIVE-26243?focusedWorklogId=820022&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-820022
 ]

ASF GitHub Bot logged work on HIVE-26243:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Oct/22 13:04
            Start Date: 25/Oct/22 13:04
    Worklog Time Spent: 10m 
      Work Description: deniskuzZ commented on code in PR #3317:
URL: https://github.com/apache/hive/pull/3317#discussion_r1004461154


##########
standalone-metastore/metastore-server/pom.xml:
##########
@@ -44,6 +44,16 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.datasketches</groupId>
+      <artifactId>datasketches-hive</artifactId>
+      <exclusions>

Review Comment:
   could we declare the exclusions in mvn dependency management so we won't 
have to define them every time we use the dependency? 





Issue Time Tracking
-------------------

    Worklog Id:     (was: 820022)
    Time Spent: 1.5h  (was: 1h 20m)

> Add vectorized implementation of the 'ds_kll_sketch' UDAF
> ---------------------------------------------------------
>
>                 Key: HIVE-26243
>                 URL: https://issues.apache.org/jira/browse/HIVE-26243
>             Project: Hive
>          Issue Type: Improvement
>          Components: UDF, Vectorization
>    Affects Versions: 4.0.0-alpha-2
>            Reporter: Alessandro Solimando
>            Assignee: Alessandro Solimando
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> _ds_kll_sketch_ UDAF does not have a vectorized implementation at the moment, 
> the present ticket aims at bridging this gap.
> This is particularly important because vectorization has an "all or nothing" 
> approach, so if this function is used at the side of vectorized functions, 
> they won't be able to benefit from vectorized execution.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to