Commits


Ian Cook authored and Neal Richardson committed ea22ee47c46
ARROW-10953: [R] Validate when creating Table with schema This copies the schema checks from `RecordBatch__from_arrays__known_schema` to `CollectTableColumns` to prevent errors when the schema does not match the columns Closes #9665 from ianmcook/ARROW-10953 Authored-by: Ian Cook <ianmcook@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>