This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 934e9d5617d [typo](docs) Add example for create sql block rule (#24754)
add 541f48a754b [feature](es-catalog) add `include_hidden_index`in order
to get the hidden index. (#24826)
No new revisions were added by this update.
Summary of changes:
.../elasticsearch/scripts/es_init.sh | 5 ++
.../index/{es6_test1.json => es6_hide.json} | 3 --
.../index/{es7_test1.json => es7_hide.json} | 0
docs/en/docs/lakehouse/multi-catalog/es.md | 23 ++++----
docs/zh-CN/docs/lakehouse/multi-catalog/es.md | 23 ++++----
.../java/org/apache/doris/catalog/EsResource.java | 6 +++
.../java/org/apache/doris/catalog/EsTable.java | 14 ++++-
.../doris/catalog/external/EsExternalTable.java | 1 +
.../apache/doris/datasource/EsExternalCatalog.java | 7 ++-
.../doris/external/elasticsearch/EsRestClient.java | 13 +++--
.../external_table_p0/es/test_es_query.groovy | 61 ++++++++++++++++++++++
11 files changed, 124 insertions(+), 32 deletions(-)
copy
docker/thirdparties/docker-compose/elasticsearch/scripts/index/{es6_test1.json
=> es6_hide.json} (95%)
mode change 100755 => 100644
copy
docker/thirdparties/docker-compose/elasticsearch/scripts/index/{es7_test1.json
=> es7_hide.json} (100%)
mode change 100755 => 100644
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]