Skip to content

Fix test for Apache Parquet files for file 5.47#363

Open
MysteryBlokHed wants to merge 1 commit intoahupp:masterfrom
MysteryBlokHed:test/update-parquet-output
Open

Fix test for Apache Parquet files for file 5.47#363
MysteryBlokHed wants to merge 1 commit intoahupp:masterfrom
MysteryBlokHed:test/update-parquet-output

Conversation

@MysteryBlokHed
Copy link
Copy Markdown

The output for Parquet files changed in 5.47. This PR edits the test to accept both the old and new output.

# Old
$ file example.parquet
example.parquet: Apache Parquet
$ file --mime example.parquet
example.parquet: application/octet-stream; charset=binary

# New
$ file example.parquet
example.parquet: Apache Parquet file
$ file --mime example.parquet
example.parquet: application/vnd.apache.parquet; charset=binary

The output for Parquet files changed in 5.47. This commit edits the test
to accept both the old and new output.

```sh
# Old
$ file example.parquet
example.parquet: Apache Parquet
$ file --mime example.parquet
example.parquet: application/octet-stream; charset=binary

# New
$ file example.parquet
example.parquet: Apache Parquet file
$ file --mime example.parquet
example.parquet: application/vnd.apache.parquet; charset=binary
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant