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

The value of a field will be missing, if the value in the database starts with "[]" #959

Open
shenhj2016 opened this issue Jun 8, 2017 · 2 comments

Comments

@shenhj2016
Copy link

The value is "[143]abcd" in the database before using elasticsearch-jdbc.This value will be "[143]" in the elasticsearch.

@shenhj2016
Copy link
Author

shenhj2016 commented Jun 21, 2017

There's a good chance it's about PlainKeyValueStreamListener.class

@shenhj2016 shenhj2016 changed the title The value of a field will be missing, if the values in the database starts with "[]" The value of a field will be missing, if the value in the database starts with "[]" Jun 21, 2017
@jprante
Copy link
Owner

jprante commented Sep 12, 2017

Yes, this is a bug. The bracket notation is used internally to generate JSON objects from table rows.

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