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

string is too long to be intercepted when synchronizing data into ES by plugin jdbc with using mysql "group_concat" function #953

Open
mingjia-vip opened this issue Apr 25, 2017 · 1 comment

Comments

@mingjia-vip
Copy link

string is too long to be intercepted when synchronizing data into ES by plugin jdbc with using mysql "group_concat" function :

Version: ES 2.3
Operating System: centos7
Steps to Reproduce:
1,sql:select id,group_concat(str) as long_str from long_str_test
2,long_str‘s length longer than 350 characters
3,import into ES by plugin jdbc,the value of long_str be intercepted, length is 343.

@jprante
Copy link
Owner

jprante commented Apr 25, 2017

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