Skip to content

Commit 5148940

Browse files
committed
Refactor CALL procedure "sys.xxx_cluster_config" to support multiple conifg keys
Signed-off-by: Pei Yu <[email protected]>
1 parent 979cb11 commit 5148940

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/procedure/GetClusterConfigsProcedure.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ private Row[] getConfigs(@Nullable String... configKeys) throws Exception {
109109
entry.source() != null
110110
? entry.source().name()
111111
: "UNKNOWN"));
112-
} else {
113-
results.add(Row.of());
114112
}
115113
}
116114
}

0 commit comments

Comments
 (0)