[MATLAB] Add test verifying `arrow.array.<Type>Array` constructors accept all supported dimensions: `Nx1`, `1xM`, `1x0`, `0x1`, `0x0`
Open
Component: MATLAB
Type: enhancement
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 91
Description
### Describe the enhancement requested
Add test verifying `arrow.array.Array` constructors accept all supported dimensions: `Nx1`, `1xM`, `1x0`, `0x1`, `0x0`.
Right now, most of our test use row vectors.
### Component(s)
MATLAB
Contributor guide
Research direction
Locate the MATLAB tests for arrow.array.Array constructors and review the existing row-vector cases. Add coverage for Nx1, 1xM, 1x0, 0x1, and 0x0 dimensions across the supported types, then run the relevant MATLAB test suite. Done means every listed dimension is accepted by the constructors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matlab
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100