Commits


Antoine Pitrou authored and Neal Richardson committed 51ba4bcf658
ARROW-7622: [Format] Mark Tensor and SparseTensor fields required Also make sparse COO indices row-major by default, both by consistency with tensors and because it packs related coordinates sequentially. Closes #6234 from pitrou/ARROW-7622-tensor-required-fbs and squashes the following commits: b318bcfc2 <Antoine Pitrou> Make COO tensor indices row-major by default. 62e38b45c <Antoine Pitrou> ARROW-7622: Mark Tensor and SparseTensor fields required Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>