Skip to content

Fix empty_value handling in CsvProcessor#55649

Merged
probakowski merged 2 commits intoelastic:masterfrom
probakowski:fix-csv-empty-value
Apr 29, 2020
Merged

Fix empty_value handling in CsvProcessor#55649
probakowski merged 2 commits intoelastic:masterfrom
probakowski:fix-csv-empty-value

Conversation

@probakowski
Copy link
Copy Markdown
Contributor

Due to bug in CsvProcessor.Factory it was impossible to specify empty_value.
This change fixes that and adds relevant test.

Closes #55643

Due to bug in `CsvProcessor.Factory` it was impossible to specify `empty_value`.
This change fixes that and adds relevant test.

Closes elastic#55643
@probakowski probakowski added >bug :Distributed/Ingest Node Execution or management of Ingest Pipelines v8.0.0 v7.8.0 v7.7.1 labels Apr 23, 2020
@probakowski probakowski requested a review from martijnvg April 23, 2020 08:41
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-core-features (:Core/Features/Ingest)

Copy link
Copy Markdown
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍
Thanks for fixing @probakowski!

@probakowski probakowski merged commit 5bf1098 into elastic:master Apr 29, 2020
@probakowski probakowski deleted the fix-csv-empty-value branch April 29, 2020 20:01
probakowski added a commit to probakowski/elasticsearch that referenced this pull request Apr 29, 2020
* Fix empty_value handling in CsvProcessor

Due to bug in `CsvProcessor.Factory` it was impossible to specify `empty_value`.
This change fixes that and adds relevant test.

Closes elastic#55643

* assert changed
probakowski added a commit to probakowski/elasticsearch that referenced this pull request Apr 29, 2020
* Fix empty_value handling in CsvProcessor

Due to bug in `CsvProcessor.Factory` it was impossible to specify `empty_value`.
This change fixes that and adds relevant test.

Closes elastic#55643

* assert changed
probakowski added a commit that referenced this pull request Apr 29, 2020
* Fix empty_value handling in CsvProcessor

Due to bug in `CsvProcessor.Factory` it was impossible to specify `empty_value`.
This change fixes that and adds relevant test.

Closes #55643

* assert changed
probakowski added a commit that referenced this pull request Apr 29, 2020
* Fix empty_value handling in CsvProcessor

Due to bug in `CsvProcessor.Factory` it was impossible to specify `empty_value`.
This change fixes that and adds relevant test.

Closes #55643

* assert changed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

csv processor can't parse empty_value option

4 participants