This is an automated email from the ASF dual-hosted git repository.
laszlog pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from e419545c1 IMPALA-13196: Fully qualify urls in www/query_timeline
new 018f59808 IMPALA-13203: Rewrite 'id = 0 OR false' as expected
new ec5957810 IMPALA-12786: Optimize count(*) for JSON scans
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/exec/json/hdfs-json-scanner.cc | 14 +-
be/src/exec/json/json-parser-test.cc | 151 ++++++++++++++++-
be/src/exec/json/json-parser.cc | 186 +++++++++++++++++++++
be/src/exec/json/json-parser.h | 99 ++++++++++-
be/src/service/query-options.cc | 4 +
be/src/service/query-options.h | 4 +-
common/thrift/ImpalaService.thrift | 3 +
common/thrift/Query.thrift | 4 +
.../apache/impala/rewrite/NormalizeExprsRule.java | 9 +-
.../impala/analysis/ExprCardinalityTest.java | 3 +-
.../impala/analysis/ExprRewriteRulesTest.java | 15 +-
.../queries/PlannerTest/constant-propagation.test | 2 +-
.../queries/PlannerTest/empty.test | 14 +-
.../queries/PlannerTest/hdfs.test | 2 +-
.../queries/QueryTest/complex_json.test | 7 +
.../queries/QueryTest/malformed_json.test | 7 +
.../queries/QueryTest/multiline_json.test | 7 +
.../queries/QueryTest/overflow_json.test | 7 +
tests/query_test/test_queries.py | 4 +-
19 files changed, 509 insertions(+), 33 deletions(-)