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

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


    from 50a98dce4 IMPALA-13959: Fix 
TestHmsIntegration.test_change_parquet_column_type
     new c0174bb43 IMPALA-13960: Add catalog timeline item for 
prepareInsertEventData
     new c5a0ec8bd IMPALA-11980 (part 1): Put all thrift-generated python code 
into the impala_thrift_gen package

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:
 be/src/exec/orc/CMakeLists.txt => .isort.cfg       | 25 +++++----
 bin/cmake_aux/add_thrift_python_namespace.sh       | 55 ++++++++++++++++++++
 bin/{impala-gcovr => impala-isort}                 |  2 +-
 common/thrift/.gitignore                           |  1 +
 common/thrift/BackendGflags.thrift                 |  1 +
 common/thrift/CMakeLists.txt                       | 59 +++++++++++++++++++---
 common/thrift/CatalogInternalService.thrift        |  1 +
 common/thrift/CatalogObjects.thrift                |  1 +
 common/thrift/CatalogService.thrift                |  1 +
 common/thrift/Data.thrift                          |  1 +
 common/thrift/DataSinks.thrift                     |  1 +
 common/thrift/Descriptors.thrift                   |  1 +
 common/thrift/ExecStats.thrift                     |  1 +
 common/thrift/Exprs.thrift                         |  1 +
 common/thrift/ExternalDataSource.thrift            |  1 +
 common/thrift/Frontend.thrift                      |  1 +
 common/thrift/ImpalaInternalService.thrift         |  1 +
 common/thrift/ImpalaService.thrift                 |  1 +
 common/thrift/JniCatalog.thrift                    |  1 +
 common/thrift/LineageGraph.thrift                  |  1 +
 common/thrift/Logging.thrift                       |  1 +
 common/thrift/Metrics.thrift                       |  1 +
 common/thrift/NetworkTest.thrift                   |  1 +
 common/thrift/Partitions.thrift                    |  1 +
 common/thrift/PlanNodes.thrift                     |  1 +
 common/thrift/Planner.thrift                       |  1 +
 common/thrift/Query.thrift                         |  1 +
 common/thrift/ResourceProfile.thrift               |  1 +
 common/thrift/Results.thrift                       |  1 +
 common/thrift/RuntimeProfile.thrift                |  1 +
 common/thrift/SqlConstraints.thrift                |  3 +-
 common/thrift/StatestoreService.thrift             |  1 +
 common/thrift/Status.thrift                        |  1 +
 common/thrift/SystemTables.thrift                  |  1 +
 common/thrift/Types.thrift                         |  1 +
 common/thrift/Zip.thrift                           |  1 +
 common/thrift/beeswax.thrift                       |  2 +-
 common/thrift/generate_error_codes.py              |  1 +
 common/thrift/generate_metrics.py                  |  1 +
 common/thrift/hive-1-api/TCLIService.thrift        |  1 +
 common/thrift/parquet.thrift                       |  1 +
 .../org/apache/impala/compat/MetastoreShim.java    |  5 +-
 .../apache/impala/service/CatalogOpExecutor.java   |  1 +
 infra/python/deps/py3-requirements.txt             |  3 +-
 lib/python/impala_py_lib/profiles.py               |  4 +-
 shell/exec_summary.py                              |  4 +-
 shell/impala_client.py                             | 24 +++++----
 shell/value_converter.py                           |  2 +-
 testdata/bin/wait-for-hiveserver2.py               |  2 +-
 testdata/bin/wait-for-metastore.py                 |  2 +-
 tests/authorization/test_authorization.py          | 11 ++--
 tests/authorization/test_authorized_proxy.py       | 11 ++--
 tests/beeswax/impala_beeswax.py                    | 21 ++++----
 .../catalog_service/test_catalog_service_client.py |  9 ++--
 tests/common/impala_connection.py                  | 23 ++++-----
 tests/common/impala_test_suite.py                  |  4 +-
 tests/custom_cluster/test_admission_controller.py  | 38 ++++++++------
 tests/custom_cluster/test_custom_statestore.py     | 25 +++++----
 tests/custom_cluster/test_delegation.py            |  6 ++-
 .../custom_cluster/test_event_processing_error.py  |  4 +-
 tests/custom_cluster/test_events_custom_configs.py |  6 +--
 tests/custom_cluster/test_hs2.py                   |  6 +--
 tests/custom_cluster/test_metastore_service.py     | 28 +++++-----
 tests/custom_cluster/test_query_log.py             | 19 +++----
 tests/custom_cluster/test_query_retries.py         | 26 ++++++----
 tests/custom_cluster/test_restart_services.py      | 23 +++++----
 tests/custom_cluster/test_set_and_unset.py         |  6 ++-
 tests/custom_cluster/test_statestored_ha.py        | 22 ++++----
 tests/custom_cluster/test_workload_mgmt_init.py    | 18 +++----
 .../test_workload_mgmt_sql_details.py              |  2 +-
 tests/hs2/hs2_test_suite.py                        | 16 +++---
 tests/hs2/test_fetch.py                            | 14 +++--
 tests/hs2/test_fetch_first.py                      |  7 +--
 tests/hs2/test_fetch_timeout.py                    |  9 ++--
 tests/hs2/test_hs2.py                              | 26 ++++++----
 tests/hs2/test_json_endpoints.py                   | 12 +++--
 tests/metadata/test_compute_stats.py               | 21 +++++---
 tests/query_test/test_acid.py                      | 13 +++--
 tests/query_test/test_cancellation.py              | 13 ++---
 tests/query_test/test_iceberg.py                   | 30 +++++------
 tests/query_test/test_insert_parquet.py            | 24 ++++++---
 tests/query_test/test_observability.py             | 21 ++++++--
 tests/query_test/test_parquet_bloom_filter.py      | 13 ++---
 tests/query_test/test_parquet_page_index.py        | 13 +++--
 tests/query_test/test_query_opts.py                |  3 +-
 tests/query_test/test_scanners.py                  | 29 +++++------
 tests/statestore/test_statestore.py                | 36 ++++++-------
 tests/util/acid_txn.py                             | 26 +++++++---
 tests/util/event_processor_utils.py                |  9 ++--
 tests/util/get_parquet_metadata.py                 | 13 ++---
 tests/util/parse_util.py                           |  4 +-
 tests/util/workload_management.py                  |  2 +-
 92 files changed, 558 insertions(+), 332 deletions(-)
 copy be/src/exec/orc/CMakeLists.txt => .isort.cfg (69%)
 create mode 100755 bin/cmake_aux/add_thrift_python_namespace.sh
 copy bin/{impala-gcovr => impala-isort} (96%)
 mode change 100755 => 100644 common/thrift/JniCatalog.thrift

Reply via email to