[CALCITE-6157] SqlValidatorImpl breaks join condition when inlining t… #107
Annotations
2 errors and 2 warnings
Test:
task ':autostyleConfigsCheck'#L1
Execution failed for task ':autostyleConfigsCheck':
See 'What went wrong' below
|
Test
Execution failed for task ':autostyleConfigsCheck'.
> The following files have format violations:
build.sh
@@ -1,5 +1,20 @@
#!/bin/bash
-␊
+#␊
+#·Licensed·to·the·Apache·Software·Foundation·(ASF)·under·one·or·more␊
+#·contributor·license·agreements.··See·the·NOTICE·file·distributed·with␊
+#·this·work·for·additional·information·regarding·copyright·ownership.␊
+#·The·ASF·licenses·this·file·to·you·under·the·Apache·License,·Version·2.0␊
+#·(the·"License");·you·may·not·use·this·file·except·in·compliance·with␊
+#·the·License.··You·may·obtain·a·copy·of·the·License·at␊
+#␊
+#·http://www.apache.org/licenses/LICENSE-2.0␊
+#␊
+#·Unless·required·by·applicable·law·or·agreed·to·in·writing,·software␊
+#·distributed·under·the·License·is·distributed·on·an·"AS·IS"·BASIS,␊
+#·WITHOUT·WARRANTIES·OR·CONDITIONS·OF·ANY·KIND,·either·express·or·implied.␊
+#·See·the·License·for·the·specific·language·governing·permissions·and␊
+#·limitations·under·the·License.␊
+#␊
set -e
VERSION=1.36.0
@@ -24,4 +39,4 @@
cat ${module}/build/publications/${module}/pom-default.xml | \
sed -e 's/calcite-${module}/calcite-${module}-sap/g' -e "s/${VERSION}-SNAPSHOT/${VERSION}/g" > \
../nucleus-resources-app/patches/org/apache/calcite/calcite-${module}-sap/$VERSION/calcite-${module}-sap-$VERSION.pom
-done
+done␊
Run './gradlew autostyleApply' to fix the violations.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. 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/
|
The logs for this run have expired and are no longer available.
Loading