jorisvandenbossche commented on PR #40807:
URL: https://github.com/apache/arrow/pull/40807#issuecomment-2088499517
From what I can see in GDB, this is happening with an empty schema (no
fields), but then I don't understand why the size check in recordbatch.cc is
not preventing this:
```
if (boxed_columns_.size() > 0) {
device_type_ = boxed_columns_[0]->device_type();
}
```
(but also no idea why we are ending up creating a record batch with an empty
schema for this test)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]