[CALCITE-6309] Add REGEXP_LIKE function (enabled in MySQL, Oracle, PostgreSQL and Spark libraries) #12219
Annotations
2 errors and 2 warnings
Test:
task ':testkit:autostyleJavaCheck'#L1
Execution failed for task ':testkit:autostyleJavaCheck':
See 'What went wrong' below
|
Test
Execution failed for task ':testkit:autostyleJavaCheck'.
> The following files have format violations:
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java
@@ -3785,7 +3785,8 @@
f1.checkBoolean("REGEXP_LIKE('atest\nstr', 'test.str', 'ns')", false);
f1.checkBoolean("REGEXP_LIKE('atest\nstr', 'test.str', 'sn')", true);
};
-····f.forEachLibrary(list(SqlLibrary.MYSQL,·SqlLibrary.SPARK,␊
+····f.forEachLibrary(␊
+········list(SqlLibrary.MYSQL,·SqlLibrary.SPARK,␊
SqlLibrary.POSTGRESQL, SqlLibrary.ORACLE), consumer);
}
Run './gradlew autostyleApply' to fix the violations.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v2, burrunan/gradle-cache-action@v1, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading