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
In some fairly niche cases processing pipeline can produce empty
segments:
- Resampling with dynamic schema
- date range filter with no index values within an intersecting data key
(fixed in a previous PR)
We previously tried to allocate a 0 sized memory block which was raising
assertions failures.
This PR just skips allocating the 0 sized memory blocks and adds an
arrow test to verify it works.
0 commit comments