This is an automated email from the ASF dual-hosted git repository.

tarmstrong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.


    from 2fad3d0  IMPALA-8171: minicluster: use exec builtin to start Impala 
daemons
     new 7707eb0  IMPALA-7657: Codegen IsNotEmptyPredicate and ValidTupleIdExpr.
     new b1e4957  IMPALA-4555: Make QueryState's status reporting more robust
     new d7a0690  IMPALA-8044: [DOCS] Document REFRESH AUTHORIZATION statement
     new 06d078e  IMPALA-7929: Allow null qualifier in THBaseFilter

The 4 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/codegen/gen_ir_descriptions.py              |   4 +
 be/src/codegen/impala-ir.cc                        |   4 +-
 be/src/codegen/llvm-codegen.h                      |   3 +-
 be/src/common/global-flags.cc                      |   1 +
 be/src/exprs/CMakeLists.txt                        |   2 +
 be/src/exprs/is-not-empty-predicate.cc             | 156 ++++++++++++++++++++-
 be/src/exprs/is-not-empty-predicate.h              |   8 +-
 .../summary-util.h => exprs/null-literal-ir.cc}    |  15 +-
 be/src/exprs/null-literal.cc                       |   8 +-
 be/src/exprs/null-literal.h                        |   2 +
 be/src/exprs/scalar-expr.h                         |   1 -
 .../{runtime/tuple-row.cc => exprs/slot-ref-ir.cc} |  16 ++-
 be/src/exprs/slot-ref.cc                           |  16 +--
 be/src/exprs/slot-ref.h                            |   1 +
 be/src/exprs/valid-tuple-id.cc                     | 123 +++++++++++++++-
 be/src/exprs/valid-tuple-id.h                      |  11 +-
 be/src/runtime/coordinator-backend-state.cc        |  23 +--
 be/src/runtime/fragment-instance-state.cc          |  45 +++++-
 be/src/runtime/fragment-instance-state.h           |  20 ++-
 be/src/runtime/query-state.cc                      | 118 +++++++++-------
 be/src/runtime/query-state.h                       |  14 +-
 common/protobuf/control_service.proto              |  21 ++-
 common/thrift/PlanNodes.thrift                     |   3 +-
 docs/impala.ditamap                                |   1 +
 docs/shared/impala_common.xml                      |   5 +
 ..._files.xml => impala_refresh_authorization.xml} |  36 +++--
 .../org/apache/impala/planner/HBaseScanNode.java   |  11 +-
 .../queries/QueryTest/hbase-col-filter.test        |  25 ++++
 tests/custom_cluster/test_rpc_timeout.py           |  17 +++
 tests/query_test/test_hbase_queries.py             |  35 +++++
 30 files changed, 610 insertions(+), 135 deletions(-)
 copy be/src/{util/summary-util.h => exprs/null-literal-ir.cc} (77%)
 copy be/src/{runtime/tuple-row.cc => exprs/slot-ref-ir.cc} (60%)
 copy docs/topics/{impala_allow_erasure_coded_files.xml => 
impala_refresh_authorization.xml} (51%)
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/hbase-col-filter.test

Reply via email to