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
A union has no top-level nullability of its own; its nullability is
derived from its variants. So DType::with_nullability on a union now
propagates the requested nullability into every variant instead of being
a no-op, via a new UnionVariants::with_nullability helper.
This also lets Scalar::into_nullable work on non-nullable unions (it
previously had to assert against the no-nullable-representation case), so
the assertion and its panic path are removed.
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments