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

stigahuang pushed a change to branch branch-4.0.1
in repository https://gitbox.apache.org/repos/asf/impala.git.


    from 1950394  Prepare 4.0.0 RC7
     new ef7de39  IMPALA-10828: Impala 4.0 should pin to a specifit toolchain 
commit when building on ARM
     new b3a3149  IMPALA-10681: Improve inner join cardinality estimates
     new 8862719  IMPALA-7560: Set selectivity of Not-equal
     new 849ecb9  IMPALA-10810: Bump json-smart from 2.3 to 2.4.7
     new cb604bb  IMPALA-10825: fix impalad crashes when closing the retrying 
query
     new eb595e5  IMPALA-5476: Fix catalogd restart brings stale metadata
     new 80a1dc3  IMPALA-10714: Defer advancing read page until the buffer is 
attached

The 7 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/runtime/buffered-tuple-stream-test.cc       |  229 +-
 be/src/runtime/buffered-tuple-stream.cc            |   30 +-
 be/src/runtime/buffered-tuple-stream.h             |    4 +-
 be/src/runtime/query-driver.cc                     |   13 +-
 be/src/service/impala-server.cc                    |   59 +-
 bin/bootstrap_system.sh                            |    4 +-
 fe/pom.xml                                         |    4 +-
 .../apache/impala/analysis/BinaryPredicate.java    |   41 +-
 .../main/java/org/apache/impala/analysis/Expr.java |   15 +
 .../apache/impala/analysis/FunctionCallExpr.java   |    6 +
 .../java/org/apache/impala/planner/JoinNode.java   |  199 +-
 .../impala/analysis/ExprCardinalityTest.java       |   71 +-
 .../org/apache/impala/planner/CardinalityTest.java |    4 +-
 java/datagenerator/pom.xml                         |    2 +-
 java/executor-deps/pom.xml                         |    4 +-
 java/pom.xml                                       |    1 +
 java/shaded-deps/hive-exec/pom.xml                 |    4 +-
 java/test-hive-udfs/pom.xml                        |    2 +-
 java/yarn-extras/pom.xml                           |    2 +-
 .../queries/PlannerTest/analytic-fns.test          |    4 +-
 .../queries/PlannerTest/card-inner-join.test       |  136 ++
 .../queries/PlannerTest/card-scan.test             |    4 +-
 .../queries/PlannerTest/hbase.test                 |    8 +-
 .../queries/PlannerTest/inline-view-limit.test     |    4 +-
 .../queries/PlannerTest/join-order.test            |  294 +--
 .../queries/PlannerTest/joins.test                 |    8 +-
 .../queries/PlannerTest/kudu.test                  |    4 +-
 .../PlannerTest/partition-key-scans-default.test   |    2 +-
 .../queries/PlannerTest/partition-key-scans.test   |    2 +-
 .../queries/PlannerTest/predicate-propagation.test |    8 +-
 .../queries/PlannerTest/tpcds/tpcds-q04.test       | 2544 ++++++++++----------
 .../queries/PlannerTest/tpcds/tpcds-q05.test       |  386 +--
 .../queries/PlannerTest/tpcds/tpcds-q11.test       |  934 +++----
 .../queries/PlannerTest/tpcds/tpcds-q54.test       |  789 +++---
 .../queries/PlannerTest/tpcds/tpcds-q71.test       |  405 ++--
 .../queries/PlannerTest/tpcds/tpcds-q74.test       |  810 ++++---
 .../queries/PlannerTest/tpch-all.test              |   50 +-
 .../queries/PlannerTest/tpch-kudu.test             |    2 +-
 .../queries/PlannerTest/tpch-nested.test           |    8 +-
 .../queries/PlannerTest/tpch-views.test            |    2 +-
 .../queries/PlannerTest/views.test                 |  188 +-
 tests/custom_cluster/test_query_retries.py         |   26 +
 tests/custom_cluster/test_restart_services.py      |  104 +
 43 files changed, 4096 insertions(+), 3320 deletions(-)

Reply via email to