This is an automated email from the ASF dual-hosted git repository.
geniuspig pushed a change to branch http_v2
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from c11cd52 Merge branch 'master' into http_v2
add fc07d22 update sql
add bee6942 finsh sql
add 2be5f6d add sql
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/http/constant/HttpConstant.java | 3 +
.../apache/iotdb/db/http/handler/SqlHandler.java | 481 +++++++++++++++++++++
.../apache/iotdb/db/http/router/HttpRouter.java | 29 +-
.../org/apache/iotdb/db/http/HttpRouterTest.java | 11 +
4 files changed, 521 insertions(+), 3 deletions(-)
create mode 100644
server/src/main/java/org/apache/iotdb/db/http/handler/SqlHandler.java