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-streamloader.git
from 196657f Init
add 9743960 support parallel stream load
new 4daf93a [feature](doris-streamloader) support parallel stream load
The 1 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:
.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(+)
create mode 100644 .golangci.yml
create mode 100644 go.mod
create mode 100644 go.sum
create mode 100644 loader/nop_closer.go
create mode 100644 loader/stream_loader.go
create mode 100644 pkg/doris-streamloader/main.go
create mode 100644 reader/reader.go
create mode 100644 report/reporter.go
create mode 100644 utils/log.go
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]