qidaye commented on code in PR #24839: URL: https://github.com/apache/doris/pull/24839#discussion_r1349438082
########## docker/thirdparties/docker-compose/elasticsearch/scripts/es_init.sh: ########## @@ -39,6 +39,8 @@ curl "http://${ES_6_HOST}:9200/test2_20220808/doc/_mapping" -H "Content-Type:app curl "http://${ES_7_HOST}:9200/test1" -H "Content-Type:application/json" -X PUT -d "@/mnt/scripts/index/es7_test1.json" # create index test2_20220808 curl "http://${ES_7_HOST}:9200/test2_20220808" -H "Content-Type:application/json" -X PUT -d '@/mnt/scripts/index/es7_test2.json' +# create index test3_20231005 Review Comment: This index should be in ES 8.x. ########## regression-test/suites/external_table_p0/es/test_es_query.groovy: ########## @@ -158,6 +158,7 @@ suite("test_es_query", "p0,external,es,external_docker,external_docker_es") { order_qt_sql77 """select * from test1 where esquery(test2, '{"match":{"test2":"text#1"}}')""" order_qt_sql78 """select c_bool, c_byte, c_short, c_integer, c_long, c_unsigned_long, c_float, c_half_float, c_double, c_scaled_float, c_date, c_datetime, c_keyword, c_text, c_ip, c_person from test1""" order_qt_sql79 """select c_bool, c_byte, c_short, c_integer, c_long, c_unsigned_long, c_float, c_half_float, c_double, c_scaled_float, c_date, c_datetime, c_keyword, c_text, c_ip, c_person from test2""" + order_qt_sql710 """select * from test3_20231005""" Review Comment: This test should be in ES 8.x -- 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 comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org