zoudan commented on code in PR #3136:
URL: https://github.com/apache/calcite/pull/3136#discussion_r1166482839
##########
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java:
##########
@@ -431,48 +431,59 @@ protected SqlOperatorFixture fixture() {
true);
}
- /** Tests that CAST and SAFE_CAST are basically equivalent but SAFE_CAST is
- * only available in BigQuery library. */
- @Test void testCastVsSafeCast() {
Review Comment:
@zinking All the tests in this class are in form of parameterized test
except `testCastVsSafeCastVsTryCast`, such as `testCastToString`, do you mean I
also change this test into a parameterized one?
--
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]