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
I'm using the RegisterView functionality and I find that if I have a record batch with two lists and one of them has structs, then if I select just one of the lists, then there's a segfault. I haven't been able to reduce it much further. It's weird because if I select * the view, then it seems okay. Am I holding it wrong? I added a case here that reproduces the segfault, but I wasn't sure on how to dig deeper:
I'm using the
RegisterView
functionality and I find that if I have a record batch with two lists and one of them has structs, then if I select just one of the lists, then there's a segfault. I haven't been able to reduce it much further. It's weird because if Iselect *
the view, then it seems okay. Am I holding it wrong? I added a case here that reproduces the segfault, but I wasn't sure on how to dig deeper:#320
The text was updated successfully, but these errors were encountered: