[
https://issues.apache.org/jira/browse/HIVE-23030?focusedWorklogId=411136&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-411136
]
ASF GitHub Bot logged work on HIVE-23030:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Mar/20 15:16
Start Date: 27/Mar/20 15:16
Worklog Time Spent: 10m
Work Description: jcamachor commented on pull request #960: HIVE-23030 ds
rollup union
URL: https://github.com/apache/hive/pull/960#discussion_r399339347
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/Registry.java
##########
@@ -812,4 +814,29 @@ private FunctionInfo
getFunctionInfoFromMetastoreNoLock(String functionName, Hiv
}
return null;
}
+
+ public void registerUDFPlugin(HiveUDFPlugin instance) {
+ Iterable<UDFDescriptor> x = instance.getDescriptors();
+ for (UDFDescriptor fn : x) {
+
Review comment:
nit. \n
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 411136)
Time Spent: 3h (was: 2h 50m)
> Enable sketch union-s to be rolled up
> -------------------------------------
>
> Key: HIVE-23030
> URL: https://issues.apache.org/jira/browse/HIVE-23030
> Project: Hive
> Issue Type: Sub-task
> Reporter: Zoltan Haindrich
> Assignee: Zoltan Haindrich
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-23030.01.patch, HIVE-23030.02.patch,
> HIVE-23030.03.patch, HIVE-23030.04.patch, HIVE-23030.04.patch
>
> Time Spent: 3h
> Remaining Estimate: 0h
>
> Enabling rolling up sketch aggregates could enable the matching of
> materialized views created for higher dimensions to be applied for lower
> dimension cases.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)