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

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


    from 2efd69d  Merge pull request #7 from apache/query-dependent-coms
     add caa00ad  implement writing traces
     add 919dbae  update protocol
     add 9fde98f  add comments
     add c824681  update protocol
     add d568caa  fix param
     add 74f4f1a  typo
     add 4b728e3  merge
     add 0c9d379  fix typo
     add 974216c  address pr
     add 171cd38  generate API codes
     add 46067ba  address pr feedbacks
     add d1bcab5  address pr
     add a4dc7a8  update method name and add data types
     add 83d27b9  update Field
     add 421b759  merge
     new fbccf04  Implement the writing protocol for trace

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:
 api/fbs/v1/query.fbs          |   6 +-
 api/fbs/v1/query_generated.go |  26 +-
 api/fbs/v1/rpc.fbs            |  10 +-
 api/fbs/v1/write.fbs          |  72 ++++++
 api/fbs/v1/write_generated.go | 546 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 640 insertions(+), 20 deletions(-)
 create mode 100644 api/fbs/v1/write.fbs
 create mode 100644 api/fbs/v1/write_generated.go

Reply via email to