You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/03/17 02:59:13 UTC

[iotdb-client-go] branch main updated: Add Zstd compression type (#80)

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

haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 495a92d  Add Zstd compression type (#80)
495a92d is described below

commit 495a92d277a7798c02e45e20799fa0ed75c3d89b
Author: shuwenwei <55...@users.noreply.github.com>
AuthorDate: Fri Mar 17 10:59:06 2023 +0800

    Add Zstd compression type (#80)
---
 client/protocol.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/client/protocol.go b/client/protocol.go
index 683484d..7282a3e 100644
--- a/client/protocol.go
+++ b/client/protocol.go
@@ -56,6 +56,7 @@ const (
 	PAA          TSCompressionType = 5
 	PLA          TSCompressionType = 6
 	LZ4          TSCompressionType = 7
+	ZSTD		 TSCompressionType = 8
 )
 
 // TSStatusCode