You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/12/23 14:22:59 UTC

[doris] branch master updated (06f71f2bca -> 9d83c59764)

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

yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 06f71f2bca [pipeline](fix) Fix bugs to pass all regression cases (#15306)
     add 9d83c59764 [samples](golang)add golang stream load and read bitmap sample #15273

No new revisions were added by this update.

Summary of changes:
 .../{connect/golang => read_bitmap/go}/.gitignore  |   1 -
 .../{connect/golang => read_bitmap/go}/README.md   |  15 +--
 samples/{connect/golang => read_bitmap/go}/go.mod  |  16 ++-
 samples/read_bitmap/go/read_bitmap.go              | 145 +++++++++++++++++++++
 .../{connect/golang => stream_load/go}/.gitignore  |   1 -
 .../{connect/golang => stream_load/go}/README.md   |  16 +--
 samples/stream_load/go/doris_stream_load.go        |  97 ++++++++++++++
 .../stream_load/go/go.mod                          |   7 +-
 8 files changed, 272 insertions(+), 26 deletions(-)
 copy samples/{connect/golang => read_bitmap/go}/.gitignore (50%)
 copy samples/{connect/golang => read_bitmap/go}/README.md (77%)
 copy samples/{connect/golang => read_bitmap/go}/go.mod (78%)
 create mode 100644 samples/read_bitmap/go/read_bitmap.go
 copy samples/{connect/golang => stream_load/go}/.gitignore (50%)
 copy samples/{connect/golang => stream_load/go}/README.md (77%)
 create mode 100644 samples/stream_load/go/doris_stream_load.go
 copy regression-test/suites/query_p0/sql_functions/math_functions/test_conv.groovy => samples/stream_load/go/go.mod (93%)


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