This is an automated email from the ASF dual-hosted git repository.
JackieTien97 pushed a change to branch support-object-tablet
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git
from c3bf6b4 skip object e2e test
add 46278d3 Fix OBJECT tablet API and read semantics
No new revisions were added by this update.
Summary of changes:
client/rpcdataset.go | 16 ++++-
client/rpcdataset_test.go | 90 ++++++++++++++++++++++++++++
client/sessiondataset.go | 15 +++++
client/tablet.go | 15 ++++-
client/tablet_test.go | 43 +++++++++----
client/utils.go | 24 ++++++++
client/utils_test.go | 32 ++++++++++
database/column/column.go | 4 ++
database/column/{int32.go => object.go} | 22 ++++---
database/column/{int32.go => object_test.go} | 38 ++++--------
10 files changed, 250 insertions(+), 49 deletions(-)
create mode 100644 client/rpcdataset_test.go
copy database/column/{int32.go => object.go} (78%)
copy database/column/{int32.go => object_test.go} (64%)