herunkang2018 commented on code in PR #3319:
URL: https://github.com/apache/calcite/pull/3319#discussion_r1290122207
##########
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java:
##########
@@ -3947,6 +3947,56 @@ static void checkRlikeFails(SqlOperatorFixture f) {
f1.checkNull("BIT_LENGTH(cast(null as binary))");
}
+ @Test void testBitGetFunc() {
Review Comment:
Would you mean to reuse the test code by parameterized test?
By the way, currently `testGetBitFunc` only contains basic test, and
`testBitGetFunc` contains the full test cases.
--
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]