zhangbutao commented on code in PR #4909: URL: https://github.com/apache/hive/pull/4909#discussion_r1411891780
########## ql/src/test/queries/clientpositive/compute_stats_double.q: ########## @@ -7,3 +7,13 @@ select count(*) from tab_double; -- compute statistical summary of data select compute_stats(a, 'fm', 16) from tab_double; + +-- create a partitioned table with a double column + +create table tab_double_part(a double) partitioned by (b string); Review Comment: And You need regenerate the output `compute_stats_double.q.out` -- 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]
