This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 4d107bd5dc [FIX](regresstest) fix local tvf for doris cluter mode 
which here may not has fe log in  #24187
     add d8ef9dda59 [feature](merge-cloud) Rewrite FS interface (#23953)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.cpp                           |  1 -
 be/src/io/cache/block/block_lru_file_cache.cpp     |  1 -
 .../io/cache/block/cached_remote_file_reader.cpp   | 13 +++--
 be/src/io/cache/block/cached_remote_file_reader.h  |  3 +-
 be/src/io/file_factory.cpp                         | 16 ++++---
 be/src/io/file_factory.h                           | 29 +++++++++--
 be/src/io/fs/benchmark/hdfs_benchmark.hpp          |  5 +-
 be/src/io/fs/benchmark/s3_benchmark.hpp            |  7 ++-
 be/src/io/fs/broker_file_system.cpp                | 32 ++++++-------
 be/src/io/fs/broker_file_system.h                  |  8 ++--
 be/src/io/fs/buffered_reader.h                     |  1 -
 be/src/io/fs/file_reader.h                         |  9 +++-
 be/src/io/fs/file_reader_writer_fwd.h              |  4 +-
 be/src/io/fs/file_system.cpp                       | 23 +++------
 be/src/io/fs/file_system.h                         | 23 ++++-----
 be/src/io/fs/file_writer.h                         |  8 ++++
 be/src/io/fs/fs_utils.h                            | 56 ----------------------
 be/src/io/fs/hdfs_file_system.cpp                  | 25 +++++-----
 be/src/io/fs/hdfs_file_system.h                    |  8 ++--
 be/src/io/fs/local_file_system.cpp                 | 27 +++++------
 be/src/io/fs/local_file_system.h                   |  8 ++--
 be/src/io/fs/remote_file_system.cpp                | 16 ++++---
 be/src/io/fs/remote_file_system.h                  | 10 ++--
 be/src/io/fs/s3_file_reader.cpp                    | 13 ++---
 be/src/io/fs/s3_file_reader.h                      |  6 +--
 be/src/io/fs/s3_file_system.cpp                    | 21 ++++----
 be/src/io/fs/s3_file_system.h                      |  8 ++--
 be/src/io/fs/s3_file_writer.cpp                    | 17 ++++---
 be/src/io/fs/s3_file_writer.h                      | 12 +----
 be/src/olap/data_dir.cpp                           |  1 -
 be/src/olap/data_dir.h                             |  1 -
 be/src/olap/rowset/segment_v2/segment.cpp          |  4 +-
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  1 -
 be/src/olap/rowset/vertical_beta_rowset_writer.cpp |  1 -
 be/src/olap/tablet_meta.cpp                        |  1 -
 be/src/olap/utils.cpp                              |  1 -
 be/src/vec/core/block_spill_reader.cpp             |  2 +-
 be/src/vec/exec/format/csv/csv_reader.cpp          | 12 ++---
 be/src/vec/exec/format/json/new_json_reader.cpp    |  7 ++-
 be/src/vec/exec/format/orc/vorc_reader.cpp         |  6 +--
 be/src/vec/exec/format/parquet/vparquet_reader.cpp |  6 +--
 be/test/olap/primary_key_index_test.cpp            |  1 -
 be/test/olap/tablet_cooldown_test.cpp              | 15 +++---
 43 files changed, 198 insertions(+), 271 deletions(-)
 delete mode 100644 be/src/io/fs/fs_utils.h


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to