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

fix handling null value #10

Merged
merged 1 commit into from
May 8, 2015
Merged

Conversation

hirakiuc
Copy link
Contributor

@hirakiuc hirakiuc commented May 8, 2015

Refs: issue #9

I've investigated what is difference of this plugin and embulk-output-jdbc plugin.

Finally, I found the difference, this plugin is not check whether column value is null or not null.

So this pull request add handling null value feature like ColumnSetter of embulk-output-jdbc plugin.

note

I tested this code with large log file (191705 lines) and loaded to my elasticsearch successfully.

@muga
Copy link
Contributor

muga commented May 8, 2015

Thank you for investigating. I didn't notice that issue. I will merge your code and release new version.

muga added a commit that referenced this pull request May 8, 2015
@muga muga merged commit b62119c into embulk:master May 8, 2015
@muga
Copy link
Contributor

muga commented May 9, 2015

released embulk-output-elasticsearch v0.1.7. thank you very much @hirakiuc !

@dmikurube dmikurube mentioned this pull request Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants