You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/07/23 11:48:12 UTC

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #294: [IOTDB-152]return data type in TSExecuteStatementResp

qiaojialin commented on a change in pull request #294: [IOTDB-152]return data type in TSExecuteStatementResp
URL: https://github.com/apache/incubator-iotdb/pull/294#discussion_r306273947
 
 

 ##########
 File path: service-rpc/src/main/thrift/rpc.thrift
 ##########
 @@ -74,6 +74,9 @@ struct TSExecuteStatementResp {
 	3: optional list<string> columns
 	4: optional string operationType
 	5: optional bool ignoreTimeStamp
+
+  // Data type list of columns in select statement of SQL
+  6: optional list<string> dataTypeList
 
 Review comment:
   format

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services