You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch5-xh/elasticsearch5-xh-sink/src/main/java/com/dtstack/flink/sql/sink/elasticsearch/table/ElasticsearchTableInfo.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ public boolean check() {
166
166
Strings.isNullOrEmpty(keytab) &&
167
167
Strings.isNullOrEmpty(krb5conf);
168
168
169
-
Preconditions.checkState(allNotSet, "xh's elasticsearch type of kerberos file is required");
169
+
Preconditions.checkState(!allNotSet, "xh's elasticsearch type of kerberos file is required");
0 commit comments