Commits


Eduardo Ponce authored and David Li committed 5aa3f4b8fc2
ARROW-15194: [C++] Combine ChunkedArray constructors This PR combines the ChunkedArray constructors into a single one, and only validates for empty and omitted data type. Closes #12036 from edponce/ARROW-15194-ChunkedArray-constructor-is-missing-size Authored-by: Eduardo Ponce <edponce00@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>