File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
test-jobs/failure-tests/udfs
user-defined-function/jbang/usrlib Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ concurrency:
1111
1212env :
1313 TZ : ' America/Los_Angeles'
14- SQRL_VERSION : ' 0.9.0 '
14+ SQRL_VERSION : ' 0.9.5 '
1515
1616jobs :
17- build :
17+ build-and-push :
1818 runs-on : ubuntu-latest-4-cores
1919 timeout-minutes : 30
2020
@@ -253,9 +253,8 @@ jobs:
253253
254254 exit $FAILED
255255
256- ci-summary :
257- name : build ✅ summary
258- needs : [build, lint-graphql]
256+ build :
257+ needs : [build-and-push, lint-graphql]
259258 runs-on : ubuntu-latest
260259 if : always()
261260 steps :
Original file line number Diff line number Diff line change 1- //DEPS org.apache.flink:flink-table-common:1.19.3
1+ ///usr/bin/env jbang "$0" "$@" ; exit $?
22
33import org .apache .flink .table .functions .FunctionContext ;
44import org .apache .flink .table .functions .ScalarFunction ;
Original file line number Diff line number Diff line change 1- //DEPS org.apache.flink:flink-table-common:1.19.3
1+ ///usr/bin/env jbang "$0" "$@" ; exit $?
22
33import org .apache .flink .table .functions .ScalarFunction ;
44
You can’t perform that action at this time.
0 commit comments