Commits


Neal Richardson authored and Wes McKinney committed 6ff156972ac
ARROW-7984: [R] Check for valid inputs in more places This follows some of the test refactoring in #6488 and protects against more bad inputs, mostly around slicing (Chunked)Arrays. Closes #6517 from nealrichardson/array-inputs and squashes the following commits: 5610c64a7 <Neal Richardson> Validations for Table; also change ChunkedArray::Slice to always return at least one chunk c1a36d72b <Neal Richardson> Add input validations for RecordBatch 171933aca <Neal Richardson> head/tail for ChunkedArray 1aa2324f2 <Neal Richardson> head/tail for Array e06959523 <Neal Richardson> More code reuse cbacae8ff <Neal Richardson> Do more validation in r/src 7a421dd56 <Neal Richardson> ChunkedArray test refactoring and segfault fixing 928d912d2 <Neal Richardson> Array cleanup and testing/preventing crashes Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>