caicancai commented on code in PR #4123:
URL: https://github.com/apache/calcite/pull/4123#discussion_r1904832554
##########
core/src/main/java/org/apache/calcite/sql/dialect/StarRocksSqlDialect.java:
##########
@@ -128,6 +153,10 @@ public StarRocksSqlDialect(Context context) {
type.getSqlTypeName(),
SqlParserPos.ZERO),
SqlParserPos.ZERO);
+ case VARCHAR:
Review Comment:
I remember we discussed this issue before. Does StarRocks have any
restrictions on varchar types, such as varchar(65533)? If so, please explain
it, at least add JavaDoc.
--
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]