From b97fb88e4f568be4915cea61e024d28e3841e331 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:45:44 +0000 Subject: [PATCH] Update query snapshots --- .../views/test/__snapshots__/test_clickhouse_trends.ambr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ee/clickhouse/views/test/__snapshots__/test_clickhouse_trends.ambr b/ee/clickhouse/views/test/__snapshots__/test_clickhouse_trends.ambr index 3b4b040a8ebd5..5bdb57e5693ef 100644 --- a/ee/clickhouse/views/test/__snapshots__/test_clickhouse_trends.ambr +++ b/ee/clickhouse/views/test/__snapshots__/test_clickhouse_trends.ambr @@ -225,7 +225,7 @@ AND toTimeZone(timestamp, 'UTC') <= toDateTime('2012-01-15 23:59:59', 'UTC') GROUP BY value ORDER BY count DESC, value DESC - LIMIT 25 + LIMIT 26 OFFSET 0 ' --- @@ -398,7 +398,7 @@ AND toTimeZone(timestamp, 'UTC') <= toDateTime('2012-01-15 23:59:59', 'UTC') GROUP BY value ORDER BY count DESC, value DESC - LIMIT 25 + LIMIT 26 OFFSET 0 ' --- @@ -511,7 +511,7 @@ AND toTimeZone(timestamp, 'UTC') <= toDateTime('2012-01-15 23:59:59', 'UTC') GROUP BY value ORDER BY count DESC, value DESC - LIMIT 25 + LIMIT 26 OFFSET 0 ' ---