Files
impala/testdata
Matthew Jacobs b6cfe1af41 Few small fixes for analytic functions
1) Fix mem usage after free in AnalyticEvalNode:
   current_tuple_ cannot be allocated from the output_tuple_pool_ which
   occasionally transfers resources to the output row batch pool because
   the same tuple is reused.
2) Analysis should allow windows with UNBOUNDED PRECEDING to X PRECEDING
   and X FOLLOWING to UNBOUNDED FOLLOWING.
3) Fix a few bugs in the distributed planning.
4) Adds a few more tests and allows running the tests with the distributed
   plans.

Change-Id: I6bdc1e35b3d30b6e1e50ca85d78b75ef70469de5
Reviewed-on: http://gerrit.sjc.cloudera.com:8080/4022
Tested-by: jenkins
Reviewed-by: Matthew Jacobs <mj@cloudera.com>
Tested-by: Matthew Jacobs <mj@cloudera.com>
(cherry picked from commit 788b027439a03a1cc3378ff0191487577608e8b7)
Reviewed-on: http://gerrit.sjc.cloudera.com:8080/4068
2014-08-27 18:03:22 -07:00
..
2014-01-08 10:46:44 -08:00
2014-01-08 10:46:35 -08:00
2014-01-08 10:46:35 -08:00
2011-09-28 09:02:07 -07:00
2011-12-30 00:26:27 -08:00
2011-09-28 09:02:07 -07:00
2014-01-08 10:44:40 -08:00