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
chore: remove custom cast_with_options in favor of upstream (#6344)
`arrow-cast` 57.0.0 added native support for `FixedSizeList →
FixedSizeList` casting, which was the only reason
`lance_arrow::cast::cast_with_options` existed. This removes the wrapper
and updates all call sites to use `arrow_cast::cast_with_options`
directly.
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments