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

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

                Author: ASF GitHub Bot
            Created on: 12/Mar/20 20:36
            Start Date: 12/Mar/20 20:36
    Worklog Time Spent: 10m 
      Work Description: jcamachor commented on pull request #930: HIVE-22940 
datasketches functions
URL: https://github.com/apache/hive/pull/930#discussion_r391880266
 
 

 ##########
 File path: 
ql/src/java/org/apache/hadoop/hive/ql/exec/DataSketchesFunctions.java
 ##########
 @@ -0,0 +1,218 @@
+package org.apache.hadoop.hive.ql.exec;
+
+import org.apache.hadoop.hive.ql.udf.generic.GenericUDAFResolver2;
+import org.apache.hadoop.hive.ql.udf.generic.GenericUDTF;
+
+public class DataSketchesFunctions {
+
+  private static final String DATA_TO_SKETCH = "datatosketch";
 
 Review comment:
   LGTM, I think they should easy enough to identify, and it is good we follow 
same pattern.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 402467)
    Time Spent: 2h  (was: 1h 50m)

> Make the datasketches functions available as predefined functions 
> ------------------------------------------------------------------
>
>                 Key: HIVE-22940
>                 URL: https://issues.apache.org/jira/browse/HIVE-22940
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Zoltan Haindrich
>            Assignee: Zoltan Haindrich
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-22940.01.patch, HIVE-22940.02.patch
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>




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

Reply via email to