Skip to content

#295 Simplify loading ASCII text files #296

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 4 commits into from
May 28, 2020

Conversation

yruslan
Copy link
Collaborator

@yruslan yruslan commented May 27, 2020

Closes #295

yruslan added 4 commits May 25, 2020 11:29
Spark's support for text files is very limited for our use case since it does not support
encodings and custom line endings. We need to re-implement this feature using a
variable-length reader.
Spark's support for text files is very limited for our use case since it does not support
encodings and custom line endings. We need to re-implement this feature using a
variable-length reader.
@yruslan yruslan merged commit 0d9a4f8 into master May 28, 2020
@yruslan yruslan deleted the feature/295-simplify-loading-text branch May 28, 2020 10:03
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.

Simplify processing ASCII text files that have line ending character
1 participant