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
currently, there are many data type discrepancies in choose_array_encoder which makes encoding selection logic harder and bug-prone to implement, for example:
in this code, the array's type is still one of BINARY_TYPES but the data_type parameter of choose_array_encoder has changed to UInt8
currently, there are many data type discrepancies in
choose_array_encoder
which makes encoding selection logic harder and bug-prone to implement, for example:in this code, the array's type is still one of
BINARY_TYPES
but thedata_type
parameter ofchoose_array_encoder
has changed toUInt8
lance/rust/lance-encoding/src/encoder.rs
Lines 303 to 314 in f48e970
same thing happened here:
lance/rust/lance-encoding/src/encoder.rs
Lines 223 to 242 in f48e970
we need to have some coherence for encoding selection predicate
The text was updated successfully, but these errors were encountered: