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
Fill in at least temporal types, floats and bools in the cast_to_dictionary method. But it sounds like we don't intend to support dictionary encoding for these types.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Hit this line when trying to cast date32 to dictionary(_, date32):
arrow-rs/arrow-cast/src/cast.rs
Line 3572 in ab56693
Describe the solution you'd like
Update
can_cast_types
to returnfalse
for typescast_to_dictionary
doesn't support, like temporal types, floats, and bools.arrow-rs/arrow-cast/src/cast.rs
Line 81 in ab56693
Describe alternatives you've considered
Fill in at least temporal types, floats and bools in the
cast_to_dictionary
method. But it sounds like we don't intend to support dictionary encoding for these types.Additional context
The text was updated successfully, but these errors were encountered: