Skip to content

Commit 852e5f5

Browse files
authored
Merge pull request #1090 from Altinity/arthurpassos-patch-5
2 parents 502ffbb + a3cce3f commit 852e5f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Core/Settings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7083,9 +7083,9 @@ Execute request to object storage as remote on one of object_storage_cluster nod
70837083
DECLARE_WITH_ALIAS(Bool, allow_experimental_time_series_aggregate_functions, false, R"(
70847084
Experimental timeSeries* aggregate functions for Prometheus-like timeseries resampling, rate, delta calculation.
70857085
)", EXPERIMENTAL, allow_experimental_ts_to_grid_aggregate_function) \
7086-
DECLARE_WITH_ALIAS(Bool, allow_experimental_export_merge_tree_part, true, R"(
7086+
DECLARE(Bool, allow_experimental_export_merge_tree_part, true, R"(
70877087
Experimental export merge tree part.
7088-
)", EXPERIMENTAL, allow_experimental_export_merge_tree_part) \
7088+
)", EXPERIMENTAL) \
70897089
\
70907090
DECLARE(String, promql_database, "", R"(
70917091
Specifies the database name used by the 'promql' dialect. Empty string means the current database.

0 commit comments

Comments
 (0)