This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch beyyes/main
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git
from daf3c5a optimize the implement of tablet (#85)
add a503925 add 2 encoding algorithms SPRINTZ and RLBE and 1 compression
algorithm LZMA2 (#82)
add dc64b1a Chaneg relative file path in Makefile (#86)
add e5122a5 optimize the implement of tablet (#85)
add a053afa fix StatementId doesn't exist in this session issue (#89)
add 179dda2 Bump actions/checkout from 3 to 4 (#91)
add 7435e2a Bump actions/setup-go from 4 to 5 (#93)
add 4ff3a40 Bump actions/cache from 3 to 4 (#94)
add c8eaf12 Update Github Action Go version (#96)
add 1fcceb5 Support nil in Tablet (#98)
add 575ffe0 Remove useless setting for IT (#99)
add cc317bd Update Dockerfile.iotdb-server to use java 17 (#100)
add 7c349d1 Merge branch 'main' into beyyes/main
No new revisions were added by this update.
Summary of changes:
.github/workflows/e2e.yml | 10 ++---
.github/workflows/go.yml | 9 +++--
Makefile | 8 ++--
client/bitmap.go | 75 ++++++++++++++++++++++++++++++++++++
client/protocol.go | 8 +++-
client/session.go | 5 +++
client/tablet.go | 54 +++++++++++++++++++++++---
client/tablet_test.go | 83 ++++++++++++++++++++++++++++++++++++++++
example/session_example.go | 6 ++-
test/e2e/Dockerfile.iotdb-server | 5 +--
test/e2e/e2e_test.go | 73 +++++++++++++++++++++++++++++++++++
11 files changed, 311 insertions(+), 25 deletions(-)
create mode 100644 client/bitmap.go