This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 8af1e7f27f [Fix](orc-reader) Fix incorrect result if null partition fields in orc file. (#23369) add f66f161017 [fix](multi-catalog)fix hive table with cosn location issue (#23409) No new revisions were added by this update. Summary of changes: be/src/io/file_factory.cpp | 4 +- be/src/io/fs/benchmark/hdfs_benchmark.hpp | 6 +-- be/src/io/fs/fs_utils.h | 4 ++ be/src/io/fs/hdfs_file_reader.cpp | 5 +- be/src/io/fs/hdfs_file_system.cpp | 62 +++++++++++++--------- be/src/io/fs/hdfs_file_system.h | 2 +- be/src/io/fs/hdfs_file_writer.cpp | 12 ++--- be/src/io/hdfs_builder.cpp | 11 ++-- be/src/io/hdfs_builder.h | 13 ++--- be/src/runtime/snapshot_loader.cpp | 2 +- be/src/util/hdfs_util.cpp | 4 ++ be/src/util/hdfs_util.h | 5 ++ be/src/vec/exec/format/csv/csv_reader.cpp | 3 ++ be/src/vec/exec/format/json/new_json_reader.cpp | 4 ++ be/src/vec/exec/format/orc/vorc_reader.cpp | 3 ++ be/src/vec/exec/format/parquet/vparquet_reader.cpp | 3 ++ be/src/vec/exec/format/table/iceberg_reader.cpp | 2 + .../format/table/transactional_hive_reader.cpp | 2 + be/src/vec/runtime/vfile_result_writer.cpp | 3 +- fe/be-java-extensions/preload-extensions/pom.xml | 6 +++ .../doris/planner/external/FileQueryScanNode.java | 14 ++--- .../doris/planner/external/HiveScanNode.java | 2 +- .../planner/external/iceberg/IcebergScanNode.java | 2 +- .../planner/external/paimon/PaimonScanNode.java | 2 +- gensrc/thrift/PlanNodes.thrift | 3 ++ .../hive/test_mixed_par_locations.groovy | 9 ++-- 26 files changed, 118 insertions(+), 70 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org