Skip to content

Commit

Permalink
apacheGH-38823: Fix TestArrowReaderAdHoc.ReadFloat16Files to use new …
Browse files Browse the repository at this point in the history
…uncompressed files (apache#38825)

### Rationale for this change

[ RUN      ] TestArrowReaderAdHoc.ReadFloat16Files
/arrow/cpp/src/parquet/arrow/arrow_reader_writer_test.cc:4129: Failure
Failed
'reader->ReadTable(&table)' failed with NotImplemented: Support for codec 'snappy' not built
Google Test trace:
/arrow/cpp/src/parquet/arrow/arrow_reader_writer_test.cc:4123: path = /arrow/cpp/submodules/parquet-testing/data/float16_nonzeros_and_nans.parquet
[  FAILED  ] TestArrowReaderAdHoc.ReadFloat16Files (1 ms)
[----------] 6 tests from TestArrowReaderAdHoc (11 ms total)

### What changes are included in this PR?

Use uncompressed files from parquet-testing.

### Are these changes tested?

Make sure the test does not fail.

### Are there any user-facing changes?

No
* Closes: apache#38823

Authored-by: Gang Wu <[email protected]>
Signed-off-by: Gang Wu <[email protected]>
  • Loading branch information
wgtmac authored Nov 23, 2023
1 parent 8e28f6b commit 77dbfa5
Showing 1 changed file with 1 addition and 1 deletion.

0 comments on commit 77dbfa5

Please sign in to comment.