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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release Notes
New features / Enhancements
Support __name__ in group by, without, on and ignoring [PR 711]
Apply data size restrictions per query to ensure very large queries don’t destabilize TSDB [PR 748]
Reliability Improvements
Add utility method to verify histogram column [PR 731]
Utility to convert ColumnFilters in LogicalPlan [PR 751]
Timeout query immediately if it stayed in actor mailbox for too long [PR 761]
Bug Fixes
Fix premature memory reclamation when data is fetched from Cassandra, which can sometimes cause incorrect query results when memory is saturated (various PRs)
Queries requiring full paging of data from Cassandra sometimes returned incomplete results [PR 774]
Addressed long lookback queries returning incomplete results [PR 743]