send_columns
has false-positive when promoting batch to column for list-types
#7137
Labels
send_columns
has false-positive when promoting batch to column for list-types
#7137
Out check for whether a batch is a column is currently just whether it is a list array:
rerun/rerun_py/src/arrow.rs
Lines 167 to 169 in 5a2d5dd
However, for types that are already list arrays, such as
ImageBuffer
, this leads us to pass through the batch without wrapping it suitably, leading to downstream errors.This came up in the context of a proof-of-concept for logging image batches:
Which ends up with the fairly cryptic error:
The text was updated successfully, but these errors were encountered: