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
Skip string coordinates in partition bound computation
String-typed coordinates (dtype U, S, O) crash in _block_metadata()
because numpy min/max ufuncs do not support string comparison.
Since ScalarBound only supports Int64/Float64/TimestampNanos, skip
string coordinates so the Rust pruning logic treats the dimension
conservatively (never prunes on it).
Partial fix for #121.
0 commit comments