lsy3993 commented on code in PR #21532: URL: https://github.com/apache/doris/pull/21532#discussion_r1253853823
########## fe/be-java-extensions/jdbc-scanner/src/main/java/org/apache/doris/jdbc/JdbcExecutor.java: ########## @@ -1482,6 +1482,53 @@ private void ipPutToString(Object[] column, boolean isNullable, int numRows, lon UdfUtils.copyMemory(bytes, UdfUtils.BYTE_ARRAY_OFFSET, null, bytesAddr, offsets[numRows - 1]); } + private void clobToString(Object[] column, boolean isNullable, int numRows, long nullMapAddr, Review Comment: done -- 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