You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/06/29 13:39:07 UTC

[GitHub] [arrow] westonpace commented on issue #35450: [C++] RecordBatch::ToStructArray does not respect the length of the record batch if it differs from the length of the child arrays

westonpace commented on issue #35450:
URL: https://github.com/apache/arrow/issues/35450#issuecomment-1613201272

   As you mention, we can get into this situation by slicing.  So this GH issue is specifically that `ToStructArray` works once we've gotten in this situation.  If we want to forbid `Make` with invalid lengths that is ok (though we should probably at least `DCHECK` this constraint).  However, even in that case, there is still a bug with `ToStructArray` that needs to be fixed.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org