This is an automated email from the ASF dual-hosted git repository. boroknagyz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
from dbac6ab13 IMPALA-14400: Fix deadlock in CatalogServiceCatalog.getDbProperty() new 711797e7f IMPALA-14349: Encode FileDescriptors in time in loading Iceberg Tables new f4c0c396f IMPALA-14175: Generate impala-udf-devel package using the build script 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/common/global-flags.cc | 6 +- be/src/util/backend-gflag-util.cc | 2 - bin/impala-udf-devel.spec | 54 +++++ bin/make-impala-udf-devel-rpm.sh | 74 +++++++ buildall.sh | 15 +- common/thrift/BackendGflags.thrift | 2 - .../apache/impala/catalog/FileMetadataLoader.java | 7 +- .../impala/catalog/IcebergFileMetadataLoader.java | 234 ++++++++++----------- .../org/apache/impala/catalog/IcebergTable.java | 6 +- .../impala/catalog/ParallelFileMetadataLoader.java | 2 +- .../org/apache/impala/service/BackendConfig.java | 4 - .../impala/catalog/FileMetadataLoaderTest.java | 80 +------ 12 files changed, 267 insertions(+), 219 deletions(-) create mode 100644 bin/impala-udf-devel.spec create mode 100755 bin/make-impala-udf-devel-rpm.sh