This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new c0caca7c557 [fix](ES Catalog)Fix unstable test test_es_query (#38801) 
(#38802)
c0caca7c557 is described below

commit c0caca7c55725ea4808e8ae8240e74694ad5671f
Author: qiye <jianliang5...@gmail.com>
AuthorDate: Sat Aug 3 23:49:00 2024 +0800

    [fix](ES Catalog)Fix unstable test test_es_query (#38801) (#38802)
    
    ## Proposed changes
    
    bp #38801
---
 docker/thirdparties/docker-compose/elasticsearch/scripts/es_init.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/docker/thirdparties/docker-compose/elasticsearch/scripts/es_init.sh 
b/docker/thirdparties/docker-compose/elasticsearch/scripts/es_init.sh
index 21f1dc55a33..575118d8db9 100755
--- a/docker/thirdparties/docker-compose/elasticsearch/scripts/es_init.sh
+++ b/docker/thirdparties/docker-compose/elasticsearch/scripts/es_init.sh
@@ -137,3 +137,4 @@ curl "http://${ES_8_HOST}:9200/test3_20231005/_doc/1"; -H 
"Content-Type:applicati
 # put _meta for array
 curl "http://${ES_8_HOST}:9200/test1/_mapping"; -H 
"Content-Type:application/json" -X PUT -d "@/mnt/scripts/index/array_meta.json"
 curl "http://${ES_8_HOST}:9200/test2_20220808/_mapping"; -H 
"Content-Type:application/json" -X PUT -d "@/mnt/scripts/index/array_meta.json"
+curl "http://${ES_8_HOST}:9200/test2_20220809/_mapping"; -H 
"Content-Type:application/json" -X PUT -d "@/mnt/scripts/index/array_meta.json"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to