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

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


    from 5149ea7  IMPALA-10054: Fix flakiness in 
test_multiple_sort_run_bytes_limits
     new da34d34  IMPALA-9859: Full ACID Milestone 4: Part 2 Reading modified 
tables (complex types)
     new 3e77650  IMPALA-10029: Strip debug symbols from libkudu_client and 
libstdc++ binaries

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:
 docker/setup_build_context.py                      |  37 +-
 .../apache/impala/analysis/AnalysisContext.java    |  13 +-
 .../java/org/apache/impala/analysis/Analyzer.java  |  14 +
 .../org/apache/impala/analysis/FromClause.java     |  17 +-
 .../org/apache/impala/analysis/StmtRewriter.java   |  81 ++++
 .../java/org/apache/impala/analysis/TableRef.java  |  11 +
 .../apache/impala/planner/SingleNodePlanner.java   |  15 +-
 .../functional/functional_schema_template.sql      |  15 +
 .../datasets/functional/schema_constraints.csv     |   1 +
 .../queries/PlannerTest/acid-scans.test            | 502 +++++++++++++++++++++
 .../queries/QueryTest/acid-negative.test           |  26 --
 .../QueryTest/full-acid-complex-type-scans.test    | 185 ++++++++
 .../queries/QueryTest/full-acid-rowid.test         |  80 ++++
 tests/query_test/test_acid.py                      |  10 +-
 14 files changed, 951 insertions(+), 56 deletions(-)
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/full-acid-complex-type-scans.test

Reply via email to