morningman commented on a change in pull request #1597: Support checking error data row when doing INSERT URL: https://github.com/apache/incubator-doris/pull/1597#discussion_r314170106
########## File path: fe/src/main/java/org/apache/doris/qe/StmtExecutor.java ########## @@ -690,7 +692,16 @@ private void handleInsertStmt() throws Exception { // set to OK, which means the insert load job is successfully submitted. // and user can check the job's status by label. - context.getState().setOk("{'label':'" + uuid.toString() + "'}"); + Map<String, String> res = Maps.newHashMap(); Review comment: Change it ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org