Skip to content

Fixed width support. #391

Open
etspaceman wants to merge 2 commits into
masterfrom
unknown repository
Open

Fixed width support. #391
etspaceman wants to merge 2 commits into
masterfrom
unknown repository

Conversation

@etspaceman

Copy link
Copy Markdown

Adds Relation, LineReader and BulkReader traits to avoid duplicated code. Largely derived from https://github.com/quartethealth/spark-csv and https://github.com/quartethealth/spark-fixedwidth.

This is in response to the following PR (created by @blrnw3) being closed without a merge:

#259

A fixed-width parser is a very common use case that I think several users would enjoy using. We plan to use this in our current production environment.

@blrnw3

blrnw3 commented Oct 27, 2016

Copy link
Copy Markdown

Nice job

@HyukjinKwon

HyukjinKwon commented Oct 27, 2016

Copy link
Copy Markdown
Member

If I understood correctly, this library now avoids to add new features but only accepts critical bug fixes. How about proposing this into Spark?

@etspaceman

Copy link
Copy Markdown
Author

I hadn't realized that. This is disappointing.

I'll see if I can get this proposed to the spark readers though.

@kurtmaile

Copy link
Copy Markdown

Hi, Is fixed width csv still not supported in spark / databricks for csv parsing? thanks

@falaki

falaki commented Jun 14, 2018

Copy link
Copy Markdown
Member

@kurtmaile this repository is on maintenance mode and does not accept new features. All new feature development should be directed to Apache Spark CSV data source implementation.

@kurtmaile

kurtmaile commented Jun 14, 2018 via email

Copy link
Copy Markdown

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.

5 participants