Skip to content
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

#55 Fixed compression method detection #74

Merged

Conversation

xantorohara
Copy link
Contributor

It used to be possible to misidentify compression method using the String.contains method over the whole subheader text (Imagine, you have a column name the same as one of compression method name within the file without compression at all. In this case compression type will be mistakenly detected).
Also it was a problem with searching of compression name over the whole encoded subheader text containing multi-byte characters.

xantorohara and others added 2 commits December 3, 2020 14:38
It used to be possible to misidentify compression method using the String.contains method over the whole subheader text (Imagine, you have a column name the same as one of compression method name within the file without compression at all. In this case compression type will be mistakenly detected).
Also it was a problem with searching of compression name over the whole encoded subheader text containing multi-byte characters.
@printsev printsev merged commit 4c9f4fd into epam:master Dec 3, 2020
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