You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2021/08/14 15:07:12 UTC

[skywalking-banyandb] branch proto-replace updated (6496402 -> abd4cae)

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

hanahmily pushed a change to branch proto-replace
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git.


    from 6496402  move proto files to proper packages
     add abd4cae  Update pair type

No new revisions were added by this update.

Summary of changes:
 api/proto/banyandb/common/v1/common.proto          |   2 +-
 api/proto/banyandb/model/v1/common.pb.go           | 353 ++++++++++++++++++
 .../model/v1/{write.proto => common.proto}         |  16 +-
 api/proto/banyandb/model/v1/query.pb.go            | 413 +++++++++------------
 api/proto/banyandb/model/v1/query.proto            |  21 +-
 api/proto/banyandb/model/v1/write.pb.go            | 329 +++-------------
 api/proto/banyandb/model/v1/write.proto            |  17 +-
 pkg/pb/fields.go                                   |   1 +
 pkg/pb/query.go                                    | 118 +++---
 pkg/query/logical/analyzer.go                      | 139 +++----
 pkg/query/logical/plan_orderby.go                  |   4 +-
 11 files changed, 696 insertions(+), 717 deletions(-)
 create mode 100644 api/proto/banyandb/model/v1/common.pb.go
 copy api/proto/banyandb/model/v1/{write.proto => common.proto} (83%)