You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by lu...@apache.org on 2022/10/06 14:45:09 UTC

[skywalking-banyandb] branch fix-async-write updated (d519989 -> e54f5a7)

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

lujiajing pushed a change to branch fix-async-write
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


    from d519989  fix lint
     add ae7fe81  Add indexed_only flag to tag spec (#182)
     add e54f5a7  Merge branch 'main' into fix-async-write

No new revisions were added by this update.

Summary of changes:
 api/proto/banyandb/database/v1/schema.pb.go        | 373 +++++++++++----------
 .../banyandb/database/v1/schema.pb.validate.go     |   2 +
 api/proto/banyandb/database/v1/schema.proto        |   4 +
 .../openapi/banyandb/database/v1/rpc.swagger.json  |   4 +
 banyand/measure/measure_write.go                   |  20 +-
 banyand/stream/stream_write.go                     |  20 +-
 docs/api-reference.md                              |   1 +
 pkg/pb/v1/metadata.go                              |   2 +-
 pkg/pb/v1/write.go                                 |  28 +-
 pkg/test/stream/testdata/stream.json               |   3 +-
 .../input/{global_index.yaml => indexed_only.yaml} |   8 +-
 test/cases/stream/stream.go                        |   1 +
 .../stream/want/{limit.yaml => indexed_only.yaml}  |  26 +-
 13 files changed, 253 insertions(+), 239 deletions(-)
 copy test/cases/stream/input/{global_index.yaml => indexed_only.yaml} (90%)
 copy test/cases/stream/want/{limit.yaml => indexed_only.yaml} (78%)