Re: [I] [Bug] Query es catalog error [doris]

2024-01-02 Thread via GitHub
qidaye commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1874940744 @bulolo esquery is working normal in the latest branch-2.0 and master branch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [Bug] Query es catalog error [doris]

2023-12-23 Thread via GitHub
bulolo commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1868419851 > > inventory > > > > This may require some adaptation. Wait a minute, i will deal with it 有什么临时的解决办法? -- This is an automated message from the Apache Git Servi

Re: [I] [Bug] Query es catalog error [doris]

2023-12-21 Thread via GitHub
liugddx commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1867281538 > inventory This may require some adaptation. Wait a minute, i will deal with it -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [I] [Bug] Query es catalog error [doris]

2023-12-21 Thread via GitHub
bulolo commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1867277290 ``` "inventory" : { "dynamic" : "true", "properties" : { "BJ001" : { "type" : "long" }, "BJ008

Re: [I] [Bug] Query es catalog error [doris]

2023-12-21 Thread via GitHub
bulolo commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1867150441 2.0.3.1 selectdb0doris 并没有解决 https://github.com/apache/doris/assets/10026498/1892351f-e617-4fab-9532-fd9aa1b41f92";> https://github.com/apache/doris/assets/10026498/c3bb2151-2300-

Re: [I] [Bug] Query es catalog error [doris]

2023-11-29 Thread via GitHub
liugddx commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1831640131 > > > 请问2.0.3在哪里下载?我看官网最新2.0.2 > > > > > > Will be released soon > > 所以2.0.2是不行的? yes -- This is an automated message from the Apache Git Service. To respon

Re: [I] [Bug] Query es catalog error [doris]

2023-11-29 Thread via GitHub
bulolo commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1831635502 > > 请问2.0.3在哪里下载?我看官网最新2.0.2 > > > > Will be released soon 所以2.0.2是不行的? -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] [Bug] Query es catalog error [doris]

2023-11-29 Thread via GitHub
liugddx commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1831633835 > 请问2.0.3在哪里下载?我看官网最新2.0.2 Will be released soon -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [I] [Bug] Query es catalog error [doris]

2023-11-29 Thread via GitHub
bulolo commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1831631701 请问2.0.3在哪里下载?我看官网最新2.0.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

Re: [I] [Bug] Query es catalog error [doris]

2023-11-27 Thread via GitHub
liugddx commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1829160079 ![image](https://github.com/apache/doris/assets/48236177/75bc44eb-9e11-4220-ac57-0f4b44e6f1f5) -- This is an automated message from the Apache Git Service. To respond to the me

Re: [I] [Bug] Query es catalog error [doris]

2023-11-27 Thread via GitHub
liugddx commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1829156257 > > 还有更奇怪的 > > CREATE CATALOG es PROPERTIES ( "type"="es", "hosts"="http://ip:9200";, ); > > esquery查询语句 > > select * from test where esquery(k4, '{ "match_phrase": { "k4": "d

Re: [I] [Bug] Query es catalog error [doris]

2023-11-27 Thread via GitHub
bulolo commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1829116361 > 还有更奇怪的 > > CREATE CATALOG es PROPERTIES ( "type"="es", "hosts"="http://ip:9200";, ); > > esquery查询语句 > > select * from test where esquery(k4, '{ "match_phrase": {

Re: [I] [Bug] Query es catalog error [doris]

2023-11-27 Thread via GitHub
bulolo commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1829115576 > > > > Use the latest version and the problem has been solved. > > > > > > > > > > > > > > 哪个版本? > > > > > > > 2.0.2 > > 今天我使用2.0.2一样有问题 >

Re: [I] [Bug] Query es catalog error [doris]

2023-11-27 Thread via GitHub
bulolo commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1829113241 > Please send me the table structure of your es ``` PUT test { "settings": { "index": { "number_of_shards": "1", "number_of_replicas"

Re: [I] [Bug] Query es catalog error [doris]

2023-11-26 Thread via GitHub
liugddx commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1826820505 Please send me the table structure of your es -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

Re: [I] [Bug] Query es catalog error [doris]

2023-11-26 Thread via GitHub
bulolo commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1826818776 还有更奇怪的 CREATE CATALOG es PROPERTIES ( "type"="es", "hosts"="http://ip:9200";, ); esquery查询语句 select * from test where esquery(k4, '{ "ma

Re: [I] [Bug] Query es catalog error [doris]

2023-11-26 Thread via GitHub
bulolo commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1826818497 > > > Use the latest version and the problem has been solved. > > > > > > 哪个版本? > > > > > 2.0.2 今天我使用2.0.2一样有问题 select * from materials_cdc_v

Re: [I] [Bug] Query es catalog error [doris]

2023-11-26 Thread via GitHub
liugddx commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1826807874 > > Use the latest version and the problem has been solved. > > 哪个版本? > 2.0.2 -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [I] [Bug] Query es catalog error [doris]

2023-11-26 Thread via GitHub
bulolo commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1826799867 > Use the latest version and the problem has been solved. 哪个版本? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] [Bug] Query es catalog error [doris]

2023-10-10 Thread via GitHub
liugddx commented on issue #22400: URL: https://github.com/apache/doris/issues/22400#issuecomment-1755639082 Use the latest version and the problem has been solved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U