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

Fails silently on records that don't match defined type #3

Open
azimut opened this issue Oct 2, 2017 · 1 comment
Open

Fails silently on records that don't match defined type #3

azimut opened this issue Oct 2, 2017 · 1 comment

Comments

@azimut
Copy link

azimut commented Oct 2, 2017

I suspect this is an intended behaviour. But a warning might help.

My use case is that I had a "double" field that could be missing (latitude,longitude). And this was dropping the records. I set it to string to workaround this for testing.

@sasakitoa
Copy link
Owner

sasakitoa commented Oct 26, 2017

Thank you for comment @azimut, and sorry for late reply.
In my environment, double field of key and value were handled correctly, and I couldn't reproduce.

Do you set key_deserializer and value_deserializer correctly?
This plugin will detect key and value type with deserializer class.

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

No branches or pull requests

2 participants