This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-c108335-hive-sql in repository https://gitbox.apache.org/repos/asf/doris.git
from ff7916b9327 Fix xpath_string (#49530) new 3380b8a821d [tmp] fix trino connector infodb bug new 15498d56c91 [fix](oss) the write to hive table on oss-hdfs may fail (#49754) new c0076c248a7 [Bug](partition) fix partition sort lock scope cause error (#49243) new a13b871cc42 [tmp] disconnect fs is not used The 4 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/io/fs/hdfs/hdfs_mgr.cpp | 1 + be/src/io/hdfs_util.h | 4 +++ be/src/pipeline/dependency.h | 1 + .../pipeline/exec/partition_sort_sink_operator.cpp | 3 +- .../exec/partition_sort_source_operator.cpp | 3 +- be/src/vec/common/sort/partition_sorter.cpp | 1 - be/src/vec/common/sort/partition_sorter.h | 3 +- .../java/org/apache/doris/catalog/TableIf.java | 2 ++ .../org/apache/doris/common/util/LocationPath.java | 5 ++-- .../doris/datasource/hive/HiveMetaStoreCache.java | 10 ++++--- .../doris/fs/remote/SwitchingFileSystem.java | 2 +- .../apache/doris/common/util/LocationPathTest.java | 33 +++++++++++++++------- 12 files changed, 46 insertions(+), 22 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org