jt2594838 commented on a change in pull request #2043:
URL: https://github.com/apache/iotdb/pull/2043#discussion_r542143018



##########
File path: server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java
##########
@@ -564,9 +561,11 @@ public TSExecuteStatementResp 
executeQueryStatement(TSExecuteStatementReq req) {
       return RpcUtils.getTSExecuteStatementResp(TSStatusCode.SQL_PARSE_ERROR,
           ERROR_PARSING_SQL + e.getMessage());
     } catch (SQLParserException e) {
-      logger.error(CHECK_METADATA_ERROR, e);
-      return RpcUtils.getTSExecuteStatementResp(
-          TSStatusCode.METADATA_ERROR, CHECK_METADATA_ERROR + e.getMessage());
+      logger.info(ERROR_PARSING_SQL, req.getStatement() + " " + 
e.getMessage());

Review comment:
       Lowered to debug.




----------------------------------------------------------------
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:
[email protected]


Reply via email to