Skip to content

#295 Simplify loading ASCII text files#296

Merged
yruslan merged 4 commits intomasterfrom
feature/295-simplify-loading-text
May 28, 2020
Merged

#295 Simplify loading ASCII text files#296
yruslan merged 4 commits intomasterfrom
feature/295-simplify-loading-text

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