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

Improve performance of non-UTF8 encoded ASCII files processing #572

Closed
yruslan opened this issue Jan 20, 2023 · 0 comments
Closed

Improve performance of non-UTF8 encoded ASCII files processing #572

yruslan opened this issue Jan 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@yruslan
Copy link
Collaborator

yruslan commented Jan 20, 2023

Background

Currently, Cobrix uses RDDs and .textFile() for handling UTF-8 ASCII files. For other encodings slower processing is used.

This can be improved based on this idea:
https://github.com/apache/spark/pull/21287/files

Feature

Improve performance of non-UTF8 encoded ASCII files processing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant