You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
624: Remove partial aggregation for Candlestick aggregates r=rtwalker a=rtwalker
Putting this here as an option for putting out a patch release until we have a proper fix for #611.
We've determined that the cause for the bad results lives somewhere in the functions that are used to support partial aggregation. We can at least prevent folks from running the candlestick aggregates in parallel mode and hitting this bug by dropping support for partial aggregation until we've resolved the issue.
Co-authored-by: Ryan Walker <[email protected]>
Copy file name to clipboardExpand all lines: Changelog.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ This changelog should be updated as part of a PR if the work is worth noting (mo
9
9
#### New experimental features
10
10
11
11
#### Bug fixes
12
+
-[#624](https://github.com/timescale/timescaledb-toolkit/pull/624): Remove partial aggregation for Candlestick aggregates.
13
+
We've determined that the cause for the bad results lives somewhere in the functions that are used to support partial aggregation.
14
+
We can at least prevent folks from running the candlestick aggregates in parallel mode and hitting this bug by dropping support for partial aggregation until we've resolved the issue.
0 commit comments