File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/main/java/github/superbear/flink/udf/scalar Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ Flink SQL> exit;
3737```
3838
3939## References
40- [ Flink User-defined Functions] ( https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/functions/udfs/ )
41- [ Flink Docker Setup] ( https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/resource-providers/standalone/docker/ )
40+ - [ Flink User-defined Functions] ( https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/functions/udfs/ )
41+ - [ Flink Docker Setup] ( https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/resource-providers/standalone/docker/ )
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ public final class Atoi extends ScalarFunction {
99 * String to int
1010 */
1111 public Long eval (String s ) {
12- System .setProperty ("jna.debug_load" , "true" );
13- System .setProperty ("jna.debug_load.jna" , "true" );
1412 return Client .Atoi (s );
1513 }
1614}
You can’t perform that action at this time.
0 commit comments