diqiu50 commented on code in PR #9735:
URL: https://github.com/apache/gravitino/pull/9735#discussion_r2739763613
##########
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/util/json/BlockJsonSerde.java:
##########
@@ -37,6 +37,7 @@
*/
public final class BlockJsonSerde {
private static final String BLOCK_SERDE_UTIL_CLASS_NAME =
"io.trino.block.BlockSerdeUtil";
+ private static final int DEFAULT_BLOCK_ENCODING_NAME_LENGTH = 1024;
Review Comment:
I set the value to 64. may be it's changed in the future versions
--
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]