Open shenhj2016 opened 7 years ago
The value is "[143]abcd" in the database before using elasticsearch-jdbc.This value will be "[143]" in the elasticsearch.
There's a good chance it's about PlainKeyValueStreamListener.class
Yes, this is a bug. The bracket notation is used internally to generate JSON objects from table rows.
The value is "[143]abcd" in the database before using elasticsearch-jdbc.This value will be "[143]" in the elasticsearch.