You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by gi...@apache.org on 2021/04/27 13:55:21 UTC

[impala] branch dependabot/pip/infra/python/deps/py-1.10.0 updated (be2479e -> 193c4d9)

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

github-bot pushed a change to branch dependabot/pip/infra/python/deps/py-1.10.0
in repository https://gitbox.apache.org/repos/asf/impala.git.


 discard be2479e  Bump py from 1.4.32 to 1.10.0 in /infra/python/deps
     add a985e11  IMPALA-10647 Improve always-true min/max filter handling in coordinator
     add 9355b25  IMPALA-10662: Change EE tests to return the same results for HS2 as Beeswax
     add dfc1b54  IMPALA-10655: Add ImpalaServer interface to Initialize TQueryCtx for external frontends
     add 1fb7dba  IMPALA-10445: Adjust NDV's scale with query option
     add 8336b7b  IMPALA-10658: LOAD DATA INPATH silently fails between HDFS and Azure ABFS
     add 91d2ab2  IMPALA-10584: Defer advancing read page if stream only has 2 pages.
     add 8b46d00  IMPALA-10611: Fix flakiness in test_wide_row
     add 75fa056  IMPALA-10631: Upgrade DataSketches to version 3.0.0
     add 32f0aa6  IMPALA-10644: RangerAuthorizationFactory cannot be instantiated
     add c65d786  IMPALA-10656: Fire insert events before commit
     add 94f67a3  IMPALA-7825: Upgrade Thrift version to 0.11.0
     add 193c4d9  Bump py from 1.4.32 to 1.10.0 in /infra/python/deps

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (be2479e)
            \
             N -- N -- N   refs/heads/dependabot/pip/infra/python/deps/py-1.10.0 (193c4d9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |   8 -
 be/src/benchmarks/network-perf-benchmark.cc        |   6 +-
 be/src/catalog/catalog-server.h                    |   4 +-
 be/src/catalog/catalog-service-client-wrapper.h    |   6 +-
 be/src/catalog/catalog-util.cc                     |   2 +-
 be/src/catalog/catalogd-main.cc                    |   4 +-
 be/src/exec/hbase-table-sink.cc                    |   2 +-
 be/src/exec/hdfs-table-sink.cc                     |  44 +-
 be/src/exec/hdfs-text-table-writer.cc              |   2 +-
 be/src/exec/output-partition.h                     |  12 +-
 be/src/exec/parquet/hdfs-parquet-scanner.cc        |  11 +-
 be/src/exec/parquet/hdfs-parquet-table-writer.cc   |   4 +-
 be/src/exec/partitioned-hash-join-builder.cc       |   4 +-
 be/src/exec/scan-node.cc                           |   3 +-
 be/src/exprs/datasketches-test.cc                  |  12 +-
 be/src/rpc/TAcceptQueueServer.cpp                  |  16 +-
 be/src/rpc/TAcceptQueueServer.h                    |  22 +-
 be/src/rpc/auth-provider.h                         |  25 +-
 be/src/rpc/authentication.cc                       |  18 +-
 be/src/rpc/hs2-http-test.cc                        |  11 +-
 be/src/rpc/thrift-client.h                         |  10 +-
 be/src/rpc/thrift-server-test.cc                   |   6 +-
 be/src/rpc/thrift-server.cc                        |  26 +-
 be/src/rpc/thrift-server.h                         |  30 +-
 be/src/rpc/thrift-thread.cc                        |  12 +-
 be/src/rpc/thrift-thread.h                         |  10 +-
 be/src/rpc/thrift-util.cc                          |  19 +-
 be/src/rpc/thrift-util.h                           |  12 +-
 be/src/runtime/buffered-tuple-stream-test.cc       |  70 ++
 be/src/runtime/buffered-tuple-stream.cc            |  31 +-
 be/src/runtime/buffered-tuple-stream.h             |   1 +
 be/src/runtime/coordinator-filter-state.h          |  14 +
 be/src/runtime/coordinator.cc                      |  77 +-
 be/src/runtime/dml-exec-state.cc                   |  77 +-
 be/src/runtime/dml-exec-state.h                    |  16 +-
 be/src/runtime/runtime-filter-ir.cc                |   2 +-
 be/src/service/client-request-state.cc             |  32 +-
 be/src/service/impala-hs2-server.cc                |  12 +
 be/src/service/impala-server.cc                    |  24 +-
 be/src/service/impala-server.h                     |   5 +-
 be/src/service/impalad-main.cc                     |   2 +-
 be/src/service/query-options-test.cc               |   1 +
 be/src/service/query-options.cc                    |  13 +
 be/src/service/query-options.h                     |   5 +-
 .../statestore/statestore-service-client-wrapper.h |   6 +-
 .../statestore-subscriber-client-wrapper.h         |   6 +-
 be/src/statestore/statestore-subscriber.cc         |   4 +-
 be/src/statestore/statestore-subscriber.h          |   2 +-
 be/src/statestore/statestore.cc                    |   4 +-
 be/src/statestore/statestore.h                     |   4 +-
 be/src/testutil/in-process-servers.h               |   2 +-
 .../datasketches/AuxHashMap-internal.hpp           |  89 +--
 be/src/thirdparty/datasketches/AuxHashMap.hpp      |  17 +-
 .../datasketches/CompositeInterpolationXTable.hpp  |   4 +-
 .../datasketches/CouponHashSet-internal.hpp        |  82 +-
 be/src/thirdparty/datasketches/CouponHashSet.hpp   |  20 +-
 .../datasketches/CouponList-internal.hpp           | 122 ++-
 be/src/thirdparty/datasketches/CouponList.hpp      |  23 +-
 .../thirdparty/datasketches/CubicInterpolation.hpp |   4 +-
 be/src/thirdparty/datasketches/HarmonicNumbers.hpp |   4 +-
 .../thirdparty/datasketches/Hll4Array-internal.hpp |  29 +-
 be/src/thirdparty/datasketches/Hll4Array.hpp       |   2 +-
 .../thirdparty/datasketches/Hll6Array-internal.hpp |  31 +-
 be/src/thirdparty/datasketches/Hll6Array.hpp       |   5 +-
 .../thirdparty/datasketches/Hll8Array-internal.hpp |  31 +-
 be/src/thirdparty/datasketches/Hll8Array.hpp       |   5 +-
 .../thirdparty/datasketches/HllArray-internal.hpp  |  83 +-
 be/src/thirdparty/datasketches/HllArray.hpp        |  16 +-
 .../thirdparty/datasketches/HllSketch-internal.hpp |  20 +-
 be/src/thirdparty/datasketches/HllSketchImpl.hpp   |   3 +-
 .../datasketches/HllSketchImplFactory.hpp          |  65 +-
 .../thirdparty/datasketches/HllUnion-internal.hpp  |  31 +-
 be/src/thirdparty/datasketches/HllUtil.hpp         |   2 +-
 be/src/thirdparty/datasketches/MurmurHash3.h       |   7 +
 be/src/thirdparty/datasketches/README.md           |   6 +-
 .../datasketches/RelativeErrorTables.hpp           |   2 +-
 .../bounds_on_ratios_in_sampled_sets.hpp           | 136 ++++
 .../bounds_on_ratios_in_theta_sketched_sets.hpp    | 135 ++++
 be/src/thirdparty/datasketches/cpc_common.hpp      |   3 +
 be/src/thirdparty/datasketches/cpc_compressor.hpp  |   4 +-
 .../datasketches/cpc_compressor_impl.hpp           |  47 +-
 be/src/thirdparty/datasketches/cpc_sketch.hpp      |  13 +-
 be/src/thirdparty/datasketches/cpc_sketch_impl.hpp |  33 +-
 be/src/thirdparty/datasketches/cpc_union.hpp       |   4 +-
 be/src/thirdparty/datasketches/cpc_union_impl.hpp  |  12 +-
 be/src/thirdparty/datasketches/cpc_util.hpp        |   6 -
 be/src/thirdparty/datasketches/hll.hpp             |  40 +-
 be/src/thirdparty/datasketches/icon_estimator.hpp  |   6 +-
 .../datasketches/kll_quantile_calculator.hpp       |   2 +-
 .../datasketches/kll_quantile_calculator_impl.hpp  |   6 +-
 be/src/thirdparty/datasketches/kll_sketch.hpp      |  13 +-
 be/src/thirdparty/datasketches/kll_sketch_impl.hpp | 168 ++--
 .../thirdparty/datasketches/memory_operations.hpp  |  12 +
 be/src/thirdparty/datasketches/theta_a_not_b.hpp   |  41 +-
 .../thirdparty/datasketches/theta_a_not_b_impl.hpp |  51 +-
 ...eiling_power_of_2.hpp => theta_comparators.hpp} |  39 +-
 ...{ceiling_power_of_2.hpp => theta_constants.hpp} |  23 +-
 be/src/thirdparty/datasketches/theta_helpers.hpp   |  54 ++
 .../thirdparty/datasketches/theta_intersection.hpp |  51 +-
 ..._power_of_2.hpp => theta_intersection_base.hpp} |  50 +-
 .../datasketches/theta_intersection_base_impl.hpp  | 121 +++
 .../datasketches/theta_intersection_impl.hpp       |  98 +--
 ...power_of_2.hpp => theta_jaccard_similarity.hpp} |  26 +-
 .../datasketches/theta_jaccard_similarity_base.hpp | 156 ++++
 ...ower_of_2.hpp => theta_set_difference_base.hpp} |  43 +-
 .../theta_set_difference_base_impl.hpp             |  85 +++
 be/src/thirdparty/datasketches/theta_sketch.hpp    | 398 ++++------
 .../thirdparty/datasketches/theta_sketch_impl.hpp  | 850 +++++----------------
 be/src/thirdparty/datasketches/theta_union.hpp     |  87 +--
 .../thirdparty/datasketches/theta_union_base.hpp   |  60 ++
 .../datasketches/theta_union_base_impl.hpp         |  89 +++
 .../thirdparty/datasketches/theta_union_impl.hpp   |  82 +-
 .../datasketches/theta_update_sketch_base.hpp      | 243 ++++++
 .../datasketches/theta_update_sketch_base_impl.hpp | 394 ++++++++++
 be/src/thirdparty/datasketches/u32_table.hpp       |   6 +-
 be/src/thirdparty/datasketches/u32_table_impl.hpp  |  18 +-
 be/src/transport/THttpServer.cpp                   |   5 +-
 be/src/transport/THttpServer.h                     |   6 +-
 be/src/transport/THttpTransport.cpp                |   2 +-
 be/src/transport/THttpTransport.h                  |   6 +-
 be/src/transport/TSaslClientTransport.cpp          |   4 +-
 be/src/transport/TSaslClientTransport.h            |   4 +-
 be/src/transport/TSaslServerTransport.cpp          |  14 +-
 be/src/transport/TSaslServerTransport.h            |  14 +-
 be/src/transport/TSaslTransport.cpp                |   6 +-
 be/src/transport/TSaslTransport.h                  |  12 +-
 be/src/util/min-max-filter.cc                      |  61 +-
 be/src/util/min-max-filter.h                       |  15 +-
 be/src/util/parquet-reader.cc                      |   8 +-
 bin/bootstrap_toolchain.py                         |   2 -
 bin/impala-config.sh                               |   4 +-
 bin/impala-shell.sh                                |   4 +-
 bin/set-pythonpath.sh                              |   9 +-
 common/protobuf/control_service.proto              |  27 +-
 common/thrift/CMakeLists.txt                       |  56 +-
 common/thrift/CatalogService.thrift                |   7 +-
 common/thrift/ImpalaService.thrift                 |  15 +
 common/thrift/Query.thrift                         |   3 +
 fe/pom.xml                                         |  14 +-
 .../java/org/apache/impala/analysis/Analyzer.java  |   6 +-
 .../org/apache/impala/analysis/SelectStmt.java     |  31 -
 .../org/apache/impala/common/FileSystemUtil.java   |  16 +-
 .../impala/rewrite/CountDistinctToNdvRule.java     |  66 ++
 .../apache/impala/rewrite/DefaultNdvScaleRule.java |  73 ++
 .../apache/impala/service/CatalogOpExecutor.java   | 201 +++--
 .../impala/analysis/ExprRewriteRulesTest.java      |  60 ++
 .../apache/impala/analysis/ExprRewriterTest.java   |  86 +++
 .../events/MetastoreEventsProcessorTest.java       |  49 +-
 .../apache/impala/common/FileSystemUtilTest.java   |  40 +-
 infra/python/deps/requirements.txt                 |   4 +-
 java/pom.xml                                       |   2 +-
 shell/ext-py/thrift_sasl-0.4.2/setup.py            |   2 +-
 shell/impala-shell                                 |   4 +-
 shell/impala_client.py                             |  47 +-
 shell/impala_shell.py                              |   4 +
 shell/make_shell_tarball.sh                        |   4 +-
 shell/packaging/make_python_package.sh             |   4 +-
 shell/shell_output.py                              |  18 +-
 .../queries/QueryTest/analytic-fns.test            |   7 -
 .../queries/QueryTest/data-source-tables.test      |  10 -
 .../queries/QueryTest/inline-view-limit.test       |  18 -
 .../queries/QueryTest/inline-view.test             |  12 -
 .../functional-query/queries/QueryTest/limit.test  |  55 --
 .../queries/QueryTest/overlap_min_max_filters.test |  65 ++
 .../queries/QueryTest/subquery.test                |  13 -
 .../functional-query/queries/QueryTest/top-n.test  | 122 ---
 tests/beeswax/impala_beeswax.py                    |   4 +-
 tests/common/impala_connection.py                  |  10 +-
 tests/common/impala_test_suite.py                  |   8 +-
 tests/conftest.py                                  |   4 +-
 tests/hs2/test_hs2.py                              |   6 +
 tests/query_test/test_observability.py             |   2 +-
 tests/query_test/test_scanners.py                  |   6 +-
 tests/query_test/test_scratch_limit.py             |   6 -
 tests/shell/util.py                                |  13 -
 tests/util/test_file_parser.py                     |   2 +-
 176 files changed, 3738 insertions(+), 2799 deletions(-)
 create mode 100644 be/src/thirdparty/datasketches/bounds_on_ratios_in_sampled_sets.hpp
 create mode 100644 be/src/thirdparty/datasketches/bounds_on_ratios_in_theta_sketched_sets.hpp
 copy be/src/thirdparty/datasketches/{ceiling_power_of_2.hpp => theta_comparators.hpp} (59%)
 copy be/src/thirdparty/datasketches/{ceiling_power_of_2.hpp => theta_constants.hpp} (69%)
 create mode 100644 be/src/thirdparty/datasketches/theta_helpers.hpp
 copy be/src/thirdparty/datasketches/{ceiling_power_of_2.hpp => theta_intersection_base.hpp} (50%)
 create mode 100644 be/src/thirdparty/datasketches/theta_intersection_base_impl.hpp
 copy be/src/thirdparty/datasketches/{ceiling_power_of_2.hpp => theta_jaccard_similarity.hpp} (61%)
 create mode 100644 be/src/thirdparty/datasketches/theta_jaccard_similarity_base.hpp
 copy be/src/thirdparty/datasketches/{ceiling_power_of_2.hpp => theta_set_difference_base.hpp} (50%)
 create mode 100644 be/src/thirdparty/datasketches/theta_set_difference_base_impl.hpp
 create mode 100644 be/src/thirdparty/datasketches/theta_union_base.hpp
 create mode 100644 be/src/thirdparty/datasketches/theta_union_base_impl.hpp
 create mode 100644 be/src/thirdparty/datasketches/theta_update_sketch_base.hpp
 create mode 100644 be/src/thirdparty/datasketches/theta_update_sketch_base_impl.hpp
 create mode 100644 fe/src/main/java/org/apache/impala/rewrite/CountDistinctToNdvRule.java
 create mode 100644 fe/src/main/java/org/apache/impala/rewrite/DefaultNdvScaleRule.java