xuzifu666 commented on code in PR #4415:
URL: https://github.com/apache/calcite/pull/4415#discussion_r2146219570


##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -9945,7 +9982,6 @@ private void checkLiteral2(String expression, String 
expected) {
     String query = "SELECT CAST(array[1,2,3] AS real array) FROM \"employee\"";
     sql(query)
         .withPhoenix().throws_("Phoenix dialect does not support cast to 
ARRAY")
-        .withStarRocks().throws_("StarRocks dialect does not support cast to 
ARRAY")

Review Comment:
   Yes, it support such casts since this pr, we can see this fact from the pr 
test:RelToSqlConverterTest##testCastArrayStarRocks.



-- 
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]

Reply via email to