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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]