This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 259ec2526c9 [fix](ES Catalog)Fix unstable test test_es_query (#38801)
(#38804)
259ec2526c9 is described below
commit 259ec2526c99c15788f7734bf06f8ceaa603e712
Author: qiye <[email protected]>
AuthorDate: Fri Aug 2 21:25:16 2024 +0800
[fix](ES Catalog)Fix unstable test test_es_query (#38801) (#38804)
## 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: [email protected]
For additional commands, e-mail: [email protected]