Skip to content

fix: handle case where data file has extra extension prefixes #167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

drake-nominal
Copy link
Contributor

Say I had an input file test.random.parquet, which is actually a parquet file. Previously, we would fail to match this as a FileTypes.PARQUET, as .random.parquet was not a suffix we prepared for. This fix would correctly match it as a parquet file.

@drake-nominal drake-nominal merged commit 7a0d891 into main Dec 12, 2024
5 checks passed
@drake-nominal drake-nominal deleted the deidukas/fix-suffix-check branch December 12, 2024 00:56
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.

2 participants