Re: Add data to TSExecuteStatementResp

2019-12-10 Thread Jialin Qiao
Hi, I have reviewed this PR and give some suggestions. This is a good optimization. Thanks, Jialin Qiao Xiangdong Huang 于2019年12月10日周二 上午8:45写道: > Hi, > > I think the idea is ok. And I quick review the codes, sounds no problem. > Does anyone who is more familiar with the query process can

Re: Add data to TSExecuteStatementResp

2019-12-09 Thread Xiangdong Huang
Hi, I think the idea is ok. And I quick review the codes, sounds no problem. Does anyone who is more familiar with the query process can review the codes? Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 atoiLiu 于2019年12月9日周一

Add data to TSExecuteStatementResp

2019-12-09 Thread atoiLiu
Currently, when executing an SQL statement through JDBC, it is done in two steps: 1. Query metadata set hasResultSet = true 2. When the client determines that hasResultSet = true, it will initiate the next data query and call the fetchResult method of the server I think this step can be