We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1ef5d commit ce821a5Copy full SHA for ce821a5
flink-connector-clickhouse-integration/src/test/java/com/clickhouse/flink/integration/FlinkTests.java
@@ -37,8 +37,7 @@ private String getRoot() throws Exception {
37
if (GITHUB_WORKSPACE != null)
38
return GITHUB_WORKSPACE;
39
else
40
- new RuntimeException("Can not get root path");
41
- return null;
+ throw new RuntimeException("Can not get root path");
42
}
43
44
private String exampleSubFolder(String flinkVersion) {
0 commit comments