[
https://issues.apache.org/jira/browse/HIVE-27712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17793539#comment-17793539
]
liang yu commented on HIVE-27712:
---------------------------------
[~zhangbutao]
I checked the patch, it deprecate the function compute_stats, and use other
functions to get the same result, this made too many changes.
as I have mentioned in my solution and description, this is just a bug for
functions compute_stats, which can be easily solved, if we made so many new
changes, there might be more problems and bugs.
> GenericUDAFNumericStatsEvaluator throws NPE
> -------------------------------------------
>
> Key: HIVE-27712
> URL: https://issues.apache.org/jira/browse/HIVE-27712
> Project: Hive
> Issue Type: Bug
> Reporter: liang yu
> Assignee: liang yu
> Priority: Major
> Labels: pull-request-available
> Attachments: image-2023-09-19-16-33-49-881.png
>
>
> using Hadoop 3.3.4
> Hive 3.1.3
> when I set the config:
> {code:java}
> set hive.groupby.skewindata=true;
> set hive.map.aggr=true; {code}
> and execute a sql with groupby execution and join execution, I got a
> NullPointerException below:
>
> !image-2023-09-19-16-33-49-881.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)