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 67b4764  IMPALA-9752: aggregate profile stats on executor
     new 0cb4424  IMPALA-9791: Support validWriteIdList in 
getPartialCatalogObject API
     new 6ca6e40  IMPALA-9847: reduce web UI serialized JSON size
     new f8c28f8  IMPALA-9843: Add support for metastore db schema upgrade

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/service/impala-hs2-server.cc                |   3 +-
 be/src/service/impala-http-handler.cc              |   6 +-
 be/src/util/webserver.cc                           |   4 +
 bin/create-test-configuration.sh                   |  13 +
 buildall.sh                                        |  20 +-
 common/thrift/CatalogService.thrift                |   7 +
 .../impala/catalog/CatalogServiceCatalog.java      | 110 +++-
 .../apache/impala/catalog/FileMetadataLoader.java  |  15 +-
 .../java/org/apache/impala/catalog/HdfsTable.java  | 122 +++--
 .../impala/catalog/ParallelFileMetadataLoader.java | 101 +++-
 .../main/java/org/apache/impala/catalog/Table.java |   2 +-
 .../org/apache/impala/catalog/TableLoadingMgr.java |   2 +-
 .../impala/catalog/local/DirectMetaProvider.java   |   7 +-
 .../apache/impala/catalog/local/LocalFsTable.java  |   2 +-
 .../apache/impala/catalog/local/MetaProvider.java  |   3 +-
 .../apache/impala/service/CatalogOpExecutor.java   |   8 +-
 .../java/org/apache/impala/util/AcidUtils.java     | 224 +++++++-
 .../catalog/CatalogObjectToFromThriftTest.java     |  14 +-
 .../org/apache/impala/catalog/CatalogTest.java     | 107 ++--
 .../catalog/CatalogdTableInvalidatorTest.java      |   2 +-
 .../impala/catalog/FileMetadataLoaderTest.java     |  20 +-
 .../catalog/PartialCatalogInfoWriteIdTest.java     | 587 +++++++++++++++++++++
 .../events/MetastoreEventsProcessorTest.java       |   5 +-
 .../apache/impala/testutil/ImpalaJdbcClient.java   |   6 +
 .../apache/impala/testutil/ImpaladTestCatalog.java |   2 +-
 .../java/org/apache/impala/util/AcidUtilsTest.java |   3 +-
 shaded-deps/pom.xml                                |   1 +
 27 files changed, 1208 insertions(+), 188 deletions(-)
 create mode 100644 
fe/src/test/java/org/apache/impala/catalog/PartialCatalogInfoWriteIdTest.java

Reply via email to