Skip to content

Commit 38d5f88

Browse files
committed
update README.md
1 parent aa0f47a commit 38d5f88

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/)

src/main/java/github/superbear/flink/udf/scalar/Atoi.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)