This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-2.1-lakehouse in repository https://gitbox.apache.org/repos/asf/doris.git
from 4a721e445b9 [Opt](multi-catalog)Improve performance by introducing cache of list directory files when getting split for each query. (#43913) new c80a0027fdb Revert "[fix](hive)fix select count(*) hive full acid tb opt error. (#46732) (#46804)" new 2db9d0597da Revert "[fix](case)fix acid regression case. (#45999)" new adc39ed3f67 Revert "branch-2.1: [fix](regression)fix hive translation unstable case. #46385 (#46409)" new 5f9563ccb19 Revert "[fix](hive)fix hive insert only translaction table. (#45753)" new 576d79e6195 [feature](hive)Support read hive4 transaction tables. (#44001) new ba22cd4b808 [fix](regression)fix hive translation unstable case. (#46385) new 5179917c785 [fix](hive)fix select count(*) hive full acid tb opt error. (#46732) 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: .../format/table/transactional_hive_reader.cpp | 33 +- .../org/apache/doris/datasource/hive/AcidUtil.java | 453 ++++++++++++++++ .../doris/datasource/hive/HMSCachedClient.java | 3 +- .../doris/datasource/hive/HiveMetaStoreCache.java | 135 +---- .../doris/datasource/hive/HiveMetadataOps.java | 3 +- .../doris/datasource/hive/HiveTransaction.java | 12 +- .../org/apache/doris/datasource/hive/HiveUtil.java | 22 - .../hive/PostgreSQLJdbcHMSCachedClient.java | 3 +- .../datasource/hive/ThriftHMSCachedClient.java | 18 +- .../doris/datasource/hive/source/HiveScanNode.java | 9 +- .../doris/datasource/TestHMSCachedClient.java | 3 +- .../apache/doris/datasource/hive/HiveAcidTest.java | 595 +++++++++++++++++++++ .../hive/test_transactional_hive.groovy | 11 +- .../hive/test_hive_translation_insert_only.groovy | 9 +- 14 files changed, 1134 insertions(+), 175 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/datasource/hive/AcidUtil.java create mode 100644 fe/fe-core/src/test/java/org/apache/doris/datasource/hive/HiveAcidTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org