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/15 02:25:12 UTC

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

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 abd4cae  Update pair type
     add c5dcec7  Update query response

No new revisions were added by this update.

Summary of changes:
 api/proto/banyandb/database/v1/schema.pb.go | 381 ++++++++++++++--------------
 api/proto/banyandb/database/v1/schema.proto |  14 +-
 api/proto/banyandb/model/v1/query.pb.go     | 290 +++++++++++++--------
 api/proto/banyandb/model/v1/query.proto     |   7 +-
 banyand/series/schema/sw/trace_series.bin   |  39 +--
 banyand/series/trace/query.go               |   7 +-
 banyand/series/trace/query_test.go          |  10 +-
 banyand/series/trace/trace.go               |  28 +-
 pkg/pb/fields.go                            |  57 +++--
 pkg/pb/query.go                             |   4 -
 pkg/query/logical/expr.go                   |   4 +-
 pkg/query/logical/expr_literal.go           |  16 +-
 pkg/query/logical/interface.go              |   2 +-
 13 files changed, 480 insertions(+), 379 deletions(-)