citusdata / citusdata/citus

Citus regress tests using tdigest fails due to output diffs (seemingly normalization of the output does not happen anymore)

Open
#6,639 2 comments 0 reactions 0 assignees View on GitHub
regression tests
Dominant language
C
Stars
12.8k
Forks
794
Avg merge
2d 14h
Merged PRs (30d)
31

Description

Install tdigest

Run
make check-base EXTRA_TESTS=tdigest_aggregate_support

QUERY PLAN
-------------------------------------------------------------------------------------------------------------------------------------------

```
-
Aggregate
- Output: xxxxxx
+ Output: tdigest(remote_scan.tdigest)
-> Custom Scan (Citus Adaptive)
- Output: xxxxxx
+ Output: remote_scan.tdigest
Task Count: 4
Tasks Shown: One of 4
-> Task
Query: SELECT public.tdigest(latency, 100) AS tdigest FROM tdigest_aggregate_support.latencies_20070000 latencies WHERE true
Node: host=localhost port=57637 dbname=regression
-> Aggregate
- Output: xxxxxx
+ Output: tdigest(latency, 100)
-> Seq Scan on tdigest_aggregate_support.latencies_20070000 latencies
- Output: xxxxxx
+ Output: a, b, latency
(13 rows)

......

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.