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
Fix crash when deleting from compressed cagg source
Deleting whole batches from a compressed hypertable that has a
continuous aggregate needs the time range of each deleted batch to
record the aggregate invalidation. It read that range from the min and
max metadata of the time column unless the time column is a segmentby
column. When the time column was neither segmentby nor orderby
invalidation for direct batch delete would crash. Add proper error
handling when time column is neither segmentby nor orderby.
(cherry picked from commit 56f1656)
0 commit comments