Skip to content

Commit 1ce84b4

Browse files
authored
Merge pull request #1695 from ClickHouse/add-allow-experimental-variant-type-settings
adding allow_experimental_variant_type settings
2 parents b7b4544 + 8d62cfa commit 1ce84b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client-v2/src/main/java/com/clickhouse/client/api/internal/SettingsConverter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ public static String escape(String value) {
9494
ClickHouseClientOption.MAX_RESULT_ROWS.getKey(),
9595
"extremes",
9696
"role",
97-
"describe_include_subcolumns"
97+
"describe_include_subcolumns",
98+
"allow_experimental_variant_type"
9899
)));
99100

100101
public static Map<String, ClickHouseOption> createMapOfRequestOptions() {

0 commit comments

Comments
 (0)