Commits


James Duong authored and GitHub committed 110fb968be7
GH-37943: [Java] Add parquet file with all supported types (#38249) ### Rationale for this change Validate the types the Dataset APIs support when generating Parquet files. ### What changes are included in this PR? Add a reference file with all supported types and corresponding test case to validate that the Dataset API generates this consistently. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #37943 Authored-by: James Duong <duong.james@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>