strongduanmu commented on code in PR #4074:
URL: https://github.com/apache/calcite/pull/4074#discussion_r1881164687


##########
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java:
##########
@@ -16024,6 +16024,25 @@ void checkBitAnd(SqlOperatorFixture f0, FunctionAlias 
functionAlias) {
 
   @Test void testBitCountMySQLFunc() {
     checkBitCount(SqlLibraryOperators.BIT_COUNT_MYSQL, list(SqlLibrary.MYSQL), 
true);
+    checkBitCountMySQL();
+  }
+
+  private void checkBitCountMySQL() {

Review Comment:
   Done, thank you for your suggeation.



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