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 f602c3f  IMPALA-9859: Full ACID Milestone 4: Part 1 Reading modified 
tables (primitive types)
     new 6d1a707  IMPALA-9941: ExprTest.CastExprs fails when running with ASAN 
fix
     new 0b5a988  IMPALA-9946: Use table id when comparing transactional state
     new 63f5e8e  IMPALA-1270: add distinct aggregation to semi joins

The 3 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/exprs/expr-test.cc                          |   23 +-
 be/src/runtime/date-parse-util.cc                  |    2 +-
 .../runtime/datetime-simple-date-format-parser.cc  |   89 +-
 .../runtime/datetime-simple-date-format-parser.h   |    4 +-
 be/src/runtime/timestamp-parse-util.cc             |    4 +-
 be/src/runtime/timestamp-parse-util.h              |    9 +-
 be/src/service/query-options.cc                    |    4 +
 be/src/service/query-options.h                     |    4 +-
 common/thrift/CatalogService.thrift                |    9 +
 common/thrift/ImpalaInternalService.thrift         |    3 +
 common/thrift/ImpalaService.thrift                 |    5 +
 .../java/org/apache/impala/analysis/Analyzer.java  |   15 +-
 .../main/java/org/apache/impala/analysis/Expr.java |    5 +
 .../impala/catalog/CatalogServiceCatalog.java      |   25 +-
 .../org/apache/impala/planner/AggregationNode.java |   22 +-
 .../apache/impala/planner/SingleNodePlanner.java   |  117 ++
 .../java/org/apache/impala/util/AcidUtils.java     |   16 +-
 .../catalog/PartialCatalogInfoWriteIdTest.java     |   92 +
 .../org/apache/impala/planner/PlannerTest.java     |    9 +
 shaded-deps/pom.xml                                |    1 +
 .../queries/PlannerTest/join-order.test            |  272 +--
 .../queries/PlannerTest/joins.test                 |   84 +-
 .../queries/PlannerTest/nested-collections.test    |  138 +-
 .../queries/PlannerTest/nested-loop-join.test      |   66 +-
 .../queries/PlannerTest/outer-joins.test           |    1 +
 .../queries/PlannerTest/semi-join-distinct.test    |  973 +++++++++++
 ...subquery-rewrite-hdfs-num-rows-est-enabled.test |    8 +-
 .../queries/PlannerTest/subquery-rewrite.test      |  119 +-
 .../queries/PlannerTest/tpcds-all.test             | 1843 ++++++++++++++++++++
 .../queries/PlannerTest/tpch-all.test              |  172 +-
 .../queries/PlannerTest/tpch-kudu.test             |   58 +-
 .../queries/PlannerTest/tpch-nested.test           |  144 +-
 .../queries/PlannerTest/tpch-views.test            |   18 +-
 .../queries/PlannerTest/union.test                 |   24 +-
 .../queries/QueryTest/nested-types-runtime.test    |   20 +
 .../queries/QueryTest/subquery.test                |   85 +
 36 files changed, 3942 insertions(+), 541 deletions(-)
 create mode 100644 
testdata/workloads/functional-planner/queries/PlannerTest/semi-join-distinct.test

Reply via email to