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
Improve duplicate detection in _plan_partition_changes
Fixes#46
The bug was that the partition deduplication only happened against existing
partitions; if we _planned_ to produce two duplicates, because the rates of
change are crazy, then we wouldn't fix them, leaving it for the later
exception to be thrown during SQL generation.
0 commit comments