Skip to content

Commit a7fe389

Browse files
Merge branch 'master' into stripe-log-use-new-serialization-formats
2 parents fe187a3 + 73ad174 commit a7fe389

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/en/sql-reference/aggregate-functions/reference/uniqthetasketch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: /sql-reference/aggregate-functions/reference/uniqthetasketch
66
title: 'uniqTheta'
77
---
88

9-
Calculates the approximate number of different argument values, using the [Theta Sketch Framework](https://datasketches.apache.org/docs/Theta/ThetaSketchFramework.html).
9+
Calculates the approximate number of different argument values, using the [Theta Sketch Framework](https://datasketches.apache.org/docs/Theta/ThetaSketches.html#theta-sketch-framework).
1010

1111
```sql
1212
uniqTheta(x[, ...])

tests/queries/0_stateless/03237_create_or_replace_view_atomically_with_atomic_engine.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/usr/bin/env bash
22
# Tags: long, no-fasttest
33

4+
# Server may ignore some exceptions, but it still print exceptions to logs and (at least in CI) sends Error and Warning log messages to client
5+
# making test fail because of non-empty stderr. Ignore such log messages.
6+
CLICKHOUSE_CLIENT_SERVER_LOGS_LEVEL=fatal
7+
48
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
59
# shellcheck source=../shell_config.sh
610
. "$CUR_DIR"/../shell_config.sh

0 commit comments

Comments
 (0)