This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from cedf2f240a [bug] fix window function nullable type bug new 1df9ae0aaa [fix](doe) fix doe on es v8 (#10391) new f0927d9755 [fix](random-distribution) Make aggregate keys table with replace type columns and unique keys table can only have hash distribution to make data computing correctly (#10414) new 07d5672116 [fix](backup) fix mkdir failed (#10422) (#10423) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/exec/es/es_scan_reader.cpp | 32 ++++++--- docs/en/extending-doris/doris-on-es.md | 14 +--- docs/zh-CN/extending-doris/doris-on-es.md | 14 +--- .../apache/doris/alter/SchemaChangeHandler.java | 16 ++++- .../org/apache/doris/analysis/CreateTableStmt.java | 27 ++++---- .../java/org/apache/doris/backup/BackupJob.java | 2 +- .../java/org/apache/doris/catalog/Catalog.java | 27 ++++++-- .../org/apache/doris/catalog/DistributionInfo.java | 33 --------- .../java/org/apache/doris/catalog/EsTable.java | 53 ++++++++------- .../external/elasticsearch/EsMajorVersion.java | 7 +- .../doris/external/elasticsearch/EsRestClient.java | 5 +- .../doris/external/elasticsearch/MappingPhase.java | 20 +----- .../java/org/apache/doris/planner/EsScanNode.java | 4 +- .../apache/doris/alter/SchemaChangeJobV2Test.java | 79 ++++++++++++++++++++-- .../org/apache/doris/catalog/CatalogTestUtil.java | 14 ---- .../org/apache/doris/catalog/CreateTableTest.java | 30 ++++++++ .../external/elasticsearch/MappingPhaseTest.java | 2 +- 17 files changed, 219 insertions(+), 160 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org