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
When I use [] to concatenate a field in an index, such as [123]ningyangxian, after the index is created, this column is only [123], and the ningyangxian behind is lost. Only when all the [] symbols are numbers appear.
my sql:
select CONCAT(CONCAT(CONCAT('[', b.NAME), ']'), g.NAME) AS goods_name from my_table b
when b.NAME is numbers,This problem can be reproduced
elasticsearch-jdbc-2.2.1.0
ES Version:2.2.1
java version "1.8.0_92"
Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode)
The text was updated successfully, but these errors were encountered:
When I use [] to concatenate a field in an index, such as [123]ningyangxian, after the index is created, this column is only [123], and the ningyangxian behind is lost. Only when all the [] symbols are numbers appear.
my sql:
select CONCAT(CONCAT(CONCAT('[', b.NAME), ']'), g.NAME) AS goods_name from my_table b
when b.NAME is numbers,This problem can be reproduced
elasticsearch-jdbc-2.2.1.0
ES Version:2.2.1
java version "1.8.0_92"
Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode)
The text was updated successfully, but these errors were encountered: