Skip to content

Commit 8d62cfa

Browse files
committed
adding allow_experimental_variant_type settings
1 parent b7b4544 commit 8d62cfa

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)