-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hogql): Fix LimitContext causing too high default limit with pagi…
…nation (#19478)
- Loading branch information
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
posthog/clickhouse/client/test/__snapshots__/test_execute_async.ambr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# name: ClickhouseClientTestCase.test_async_query_client | ||
' | ||
SELECT plus(1, 1) | ||
LIMIT 10000 SETTINGS readonly=2, | ||
max_execution_time=600, | ||
allow_experimental_object_type=1 | ||
LIMIT 100 SETTINGS readonly=2, | ||
max_execution_time=600, | ||
allow_experimental_object_type=1 | ||
' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters