This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-41176-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 443e87e2032 2.1.7-rc03 (#43338) add cb23390b1dd [fix](ES Catalog)Only like on keyword can be applied to wildcard query (#41176) No new revisions were added by this update. Summary of changes: .../java/org/apache/doris/catalog/EsTable.java | 5 +- .../doris/datasource/es/EsExternalTable.java | 16 ++- .../EsSchemaCacheValue.java} | 20 ++-- .../org/apache/doris/datasource/es/EsUtil.java | 19 ++-- .../apache/doris/datasource/es/QueryBuilders.java | 102 ++++++++++------- .../doris/datasource/es/source/EsScanNode.java | 6 +- .../doris/external/elasticsearch/EsUtilTest.java | 7 +- .../external/elasticsearch/QueryBuildersTest.java | 124 ++++++++++++++++----- .../data/external_table_p0/es/test_es_query.out | 96 ++++++++++++++++ .../external_table_p0/es/test_es_query.groovy | 10 +- 10 files changed, 306 insertions(+), 99 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/datasource/{paimon/PaimonSchemaCacheValue.java => es/EsSchemaCacheValue.java} (69%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org