----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14250/#review26313 -----------------------------------------------------------
ql/src/test/results/clientnegative/compute_stats_long.q.out <https://reviews.apache.org/r/14250/#comment51407> The error message isn't making it back to the user because it's getting generated at runtime on the cluster. Is it possible to bounds check this parameter at compile time instead? - Carl Steinbach On Sept. 20, 2013, 8:02 p.m., Shreepadma Venugopalan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/14250/ > ----------------------------------------------------------- > > (Updated Sept. 20, 2013, 8:02 p.m.) > > > Review request for hive and Brock Noland. > > > Bugs: HIVE-4957 > https://issues.apache.org/jira/browse/HIVE-4957 > > > Repository: hive-git > > > Description > ------- > > Restricts the number of bit vectors used by Flajolet-Martin distinct value > estimator to 1024. > > > Diffs > ----- > > > ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFComputeStats.java > 63110bb > ql/src/test/queries/clientnegative/compute_stats_long.q PRE-CREATION > ql/src/test/results/clientnegative/compute_stats_long.q.out PRE-CREATION > > Diff: https://reviews.apache.org/r/14250/diff/ > > > Testing > ------- > > Adds a new negative test case. > > > Thanks, > > Shreepadma Venugopalan > >