would anyone be open to pair program with me to fi...
# daft-dev
a
would anyone be open to pair program with me to fix this CI issue? https://github.com/Eventual-Inc/Daft/actions/runs/11041198567/job/30670945132?pr=2902
want to make sure I understand what is happening here 🤔
Untitled
k
@Andrew Gazelka another bug you might run into is that arrow2's
Array::to_type
doesn't actually change the type of children arrays, so changing the map array's type doesn't change it's inner struct array type. So what you might want to do is, instead of fixing the implementation of LogicalArray::from_arrow , to do it in ListArray::from_arrow
we forked the arrow2 repo so another option is just to fix this bug
a
yeaaaa I am just trying to make code cleaner
so I can understand