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 5aaf9cd commit fc0f500Copy full SHA for fc0f500
scripts/settings/experimental-settings.sql
@@ -11,7 +11,7 @@ WITH
11
format('[{}](/operations/settings/settings#{})', name, name) AS Name,
12
format('`{}`', default) AS Default
13
FROM system.settings
14
-WHERE tier = 'Experimental' AND alias_for=''
+WHERE tier = 'Experimental' AND alias_for='' AND NOT name LIKE 'input_format_parquet_use_native_reader_v3'
15
),
16
experimental_mergetree_settings AS
17
(
0 commit comments