This is an automated email from the ASF dual-hosted git repository. joemcdonnell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
from 384a664f5 IMPALA-14107: Increment table version in fireReloadEvent new c78ada16a IMPALA-13824: Add unit tests for PlanToJson new 060432595 IMPALA-13901: Make histogram/sample/group_concat ineligible for tuple caching The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/service/CMakeLists.txt | 2 + be/src/service/impala-http-handler-test.cc | 616 +++++++++++++++++++++ be/src/service/impala-http-handler.cc | 33 +- be/src/service/impala-http-handler.h | 28 + .../apache/impala/analysis/FunctionCallExpr.java | 4 +- .../org/apache/impala/planner/TupleCacheTest.java | 13 +- 6 files changed, 663 insertions(+), 33 deletions(-) create mode 100644 be/src/service/impala-http-handler-test.cc