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

kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 3b2f80a9a0 fixed (#22481)
     new faf14dd99c [fix](load) PrefetchBufferedReader  Crashing caused 
updating counter with an invalid runtime profile (#22464)
     new bf7d1e0100 [fix](nereids)move RecomputeLogicalPropertiesProcessor rule 
before topn optimization (#22488)
     new a72e474f0a [log](load) add debug logs for potential duplicate tablet 
ids (#22485)

The 3 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/buffered_reader.cpp                     | 17 ++++++++++++++---
 be/src/io/fs/buffered_reader.h                       |  2 ++
 be/src/io/fs/stream_load_pipe.h                      |  4 +++-
 be/src/runtime/tablets_channel.cpp                   | 17 +++++++++++++++++
 be/src/vec/exec/format/csv/csv_reader.cpp            | 10 ++++++++++
 be/src/vec/exec/format/csv/csv_reader.h              |  2 ++
 be/src/vec/exec/format/generic_reader.h              |  2 ++
 be/src/vec/exec/format/parquet/vparquet_reader.cpp   |  6 +++++-
 be/src/vec/exec/format/parquet/vparquet_reader.h     |  3 ++-
 be/src/vec/exec/scan/vfile_scanner.cpp               |  7 +++++++
 be/src/vec/sink/vtablet_sink.cpp                     | 20 ++++++++++++++++++++
 .../nereids/processor/post/PlanPostProcessors.java   |  2 +-
 .../nereids/postprocess/TopNRuntimeFilterTest.java   |  4 ++--
 13 files changed, 87 insertions(+), 9 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to