We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b4544 commit 8d62cfaCopy full SHA for 8d62cfa
client-v2/src/main/java/com/clickhouse/client/api/internal/SettingsConverter.java
@@ -94,7 +94,8 @@ public static String escape(String value) {
94
ClickHouseClientOption.MAX_RESULT_ROWS.getKey(),
95
"extremes",
96
"role",
97
- "describe_include_subcolumns"
+ "describe_include_subcolumns",
98
+ "allow_experimental_variant_type"
99
)));
100
101
public static Map<String, ClickHouseOption> createMapOfRequestOptions() {
0 commit comments