This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-streamloader.git
commit 4daf93a127292b05f86434b8c005379a4415a1e0 Merge: 196657f 9743960 Author: Mingyu Chen <[email protected]> AuthorDate: Wed Jan 24 17:31:52 2024 +0800 [feature](doris-streamloader) support parallel stream load Merge pull request #2 from HHoflittlefish777/selectdb-commit .golangci.yml | 6 + README.md | 2 + go.mod | 12 ++ go.sum | 21 ++ loader/nop_closer.go | 48 +++++ loader/stream_loader.go | 445 +++++++++++++++++++++++++++++++++++++++++ pkg/doris-streamloader/main.go | 390 ++++++++++++++++++++++++++++++++++++ reader/reader.go | 215 ++++++++++++++++++++ report/reporter.go | 151 ++++++++++++++ utils/log.go | 76 +++++++ 10 files changed, 1366 insertions(+) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
