You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: