yiguolei commented on code in PR #25919: URL: https://github.com/apache/doris/pull/25919#discussion_r1377225226
########## fe/fe-core/src/main/java/org/apache/doris/mysql/MysqlChannel.java: ########## @@ -390,6 +406,7 @@ protected ByteBuffer encryptData(ByteBuffer dstBuf) throws SSLException { } public void flush() throws IOException { + throwIfArrowFlightSql(); Review Comment: 把throwIfArrowFlightSql 这些都移除了吧 ########## fe/fe-core/src/main/java/org/apache/doris/mysql/MysqlChannel.java: ########## @@ -390,6 +406,7 @@ protected ByteBuffer encryptData(ByteBuffer dstBuf) throws SSLException { } public void flush() throws IOException { + throwIfArrowFlightSql(); Review Comment: 把throwIfArrowFlightSql 这些都移除了吧 -- 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