eldenmoon commented on code in PR #33403: URL: https://github.com/apache/doris/pull/33403#discussion_r1577216215
########## fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java: ########## @@ -2702,7 +2720,7 @@ private void sendFields(List<String> colNames, List<Type> types) throws IOExcept // send field one by one for (int i = 0; i < colNames.size(); ++i) { serializer.reset(); - if (prepareStmt != null && isExecuteStmt) { + if (prepareStmt != null && isExecuteStmt && prepareStmt.isPointQuery()) { Review Comment: sendFields should not use prepareStmt.isPointQuery() it has not relation to this function -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org