You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2022/11/06 11:44:19 UTC

[iotdb] branch ml/windowSet updated: update interface define

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

hui pushed a commit to branch ml/windowSet
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/ml/windowSet by this push:
     new c8b333f1f8 update interface define
c8b333f1f8 is described below

commit c8b333f1f8bf24b1269b912a27c68527963749b2
Author: liuminghui233 <54...@qq.com>
AuthorDate: Sun Nov 6 19:43:35 2022 +0800

    update interface define
---
 thrift/src/main/thrift/client.thrift | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/thrift/src/main/thrift/client.thrift b/thrift/src/main/thrift/client.thrift
index 429853e123..9474d0645b 100644
--- a/thrift/src/main/thrift/client.thrift
+++ b/thrift/src/main/thrift/client.thrift
@@ -431,11 +431,10 @@ struct TSFetchWindowSetReq {
 
 struct TSFetchWindowSetResp {
   1: required common.TSStatus status
-  2: required i64 queryId
-  3: required list<string> columnNameList
-  4: required list<string> columnTypeList
-  5: required map<string, i32> columnNameIndexMap
-  6: required list<list<binary>> queryResultList
+  2: required list<string> columnNameList
+  3: required list<string> columnTypeList
+  4: required map<string, i32> columnNameIndexMap
+  5: required list<TSQueryDataSet> windowSet
 }
 
 // The sender and receiver need to check some info to confirm validity