Skip to content

Commit 5b79462

Browse files
committed
Update jbang UDFs to use jbang header instead of DEPS for flink-table-common
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent 8b2e2f7 commit 5b79462

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test-jobs/failure-tests/udfs/FailingFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//DEPS org.apache.flink:flink-table-common:1.19.3
1+
///usr/bin/env jbang "$0" "$@" ; exit $?
22

33
import org.apache.flink.table.functions.FunctionContext;
44
import org.apache.flink.table.functions.ScalarFunction;

user-defined-function/jbang/usrlib/MyScalarFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//DEPS org.apache.flink:flink-table-common:1.19.3
1+
///usr/bin/env jbang "$0" "$@" ; exit $?
22

33
import org.apache.flink.table.functions.ScalarFunction;
44

0 commit comments

Comments
 (0)