Jialin Qiao created IOTDB-238:
---------------------------------
Summary: Remove TS_SessionHandle in TSExecuteStatementReq
Key: IOTDB-238
URL: https://issues.apache.org/jira/browse/IOTDB-238
Project: Apache IoTDB
Issue Type: Improvement
Reporter: Jialin Qiao
When we execute a sql statement, the client sends a TSExecuteStatementReq to
the server. The TSExecuteStatementReq includes a TS_SessionHandle and a sql in
String. However, the TS_SessionHandle has never been used. We can remove this.
Then, the TSExecuteStatementReq struct can be simplified to a string.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)