zhangbutao commented on PR #4909: URL: https://github.com/apache/hive/pull/4909#issuecomment-1842832316
> It seems that this patch can solve the problem, but I think my solution is more helpful because this is a bug for function compute_stats, that patch just deprecated the function compute_stats and modified too many files which may cause more problems. > > I think we should just fix the bug rather than deprecate it. HIVE-23558 this ticket said that **HIVE-23530 replaces its usage(compute_stats UDAF) completely**. So the function compute_stats is no longer in use in current Hive master branch. I am not sure it is right to fix a function which will be removed in future. :( cc @ayushtkn wdyt? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
