You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/04 11:05:31 UTC

[doris] branch master updated (d7623028e9 -> 66bfd18601)

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 d7623028e9 [doc](developer-guide) add some debug tricks to dev-guide (#18225)
     add 66bfd18601 [opt](file_reader) add prefetch buffer to read csv&json file (#18301)

No new revisions were added by this update.

Summary of changes:
 be/src/io/fs/buffered_reader.cpp                   | 155 +++++++++++++++++++++
 be/src/io/fs/buffered_reader.h                     | 110 +++++++++++++++
 be/src/runtime/exec_env.h                          |   5 +
 be/src/runtime/exec_env_init.cpp                   |   5 +
 be/src/vec/exec/format/csv/csv_reader.cpp          |  16 ++-
 .../file_reader/new_plain_text_line_reader.cpp     |   3 +-
 be/src/vec/exec/format/json/new_json_reader.cpp    |  16 ++-
 .../main/java/org/apache/doris/common/Config.java  |   5 +-
 8 files changed, 309 insertions(+), 6 deletions(-)


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