Skip to content

Commit 742304a

Browse files
committed
Convert to options map to final
1 parent 3e5b57d commit 742304a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-connector-clickhouse-base/src/main/java/org/apache/flink/connector/clickhouse/sink/ClickHouseClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class ClickHouseClientConfig implements Serializable {
2121
private final String tableName;
2222
private final String fullProductName;
2323
private Boolean supportDefault = null;
24-
private Map<String, String> options;
24+
private final Map<String, String> options;
2525

2626
public ClickHouseClientConfig(String url, String username, String password, String database, String tableName) {
2727
this.url = url;

0 commit comments

Comments
 (0)