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 4a5095f00d [cleanup](config) remove unused config
push_write_mbytes_per_sec (#13290)
add b7621e1615 [feature-wip](new-scan) support csv reader (#13282)
No new revisions were added by this update.
Summary of changes:
be/src/io/file_factory.cpp | 22 +-
be/src/vec/CMakeLists.txt | 1 +
be/src/vec/exec/format/csv/vcsv_reader.cpp | 378 +++++++++++++++++++++++++++++
be/src/vec/exec/format/csv/vcsv_reader.h | 83 +++++++
be/src/vec/exec/format/generic_reader.h | 2 +-
be/src/vec/exec/scan/vfile_scanner.cpp | 12 +
6 files changed, 494 insertions(+), 4 deletions(-)
create mode 100644 be/src/vec/exec/format/csv/vcsv_reader.cpp
create mode 100644 be/src/vec/exec/format/csv/vcsv_reader.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]