Skip to content

Commit 4838811

Browse files
author
gituser
committed
Merge branch '1.10_release_4.0.x' into 1.10_release_4.1.x
2 parents 7c6e8f7 + 88984ff commit 4838811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elasticsearch5-xh/elasticsearch5-xh-sink/src/main/java/com/dtstack/flink/sql/sink/elasticsearch/table/ElasticsearchTableInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public boolean check() {
166166
Strings.isNullOrEmpty(keytab) &&
167167
Strings.isNullOrEmpty(krb5conf);
168168

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");
170170

171171
return true;
172172
}

0 commit comments

Comments
 (0)