You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/06/06 02:35:38 UTC

[doris] branch master updated (c7888f4bfa -> f839c90c27)

This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from c7888f4bfa [feature](profile)Add the filtering info of the in filter in profile #20321
     add f839c90c27 [fix][refactor](backend-policy)(compute) refactor the hierarchy of external scan node and fix compute node bug #20402

No new revisions were added by this update.

Summary of changes:
 .../planner/BackendPartitionedSchemaScanNode.java  | 18 +++-----
 .../org/apache/doris/planner/DataGenScanNode.java  | 37 +++++----------
 .../java/org/apache/doris/planner/EsScanNode.java  | 48 ++++++--------------
 .../org/apache/doris/planner/FileLoadScanNode.java | 29 ++++++++++--
 .../org/apache/doris/planner/JdbcScanNode.java     | 49 ++++++++++++--------
 .../org/apache/doris/planner/MysqlScanNode.java    | 27 ++++-------
 .../org/apache/doris/planner/OdbcScanNode.java     | 32 ++++---------
 .../org/apache/doris/planner/OlapScanNode.java     | 52 ++++++++--------------
 .../java/org/apache/doris/planner/ScanNode.java    | 25 ++++++++++-
 .../org/apache/doris/planner/SchemaScanNode.java   | 15 ++++---
 .../doris/planner/TestExternalTableScanNode.java   | 31 +++++--------
 .../doris/planner/external/ExternalScanNode.java   | 30 +++++++++++--
 .../planner/external/FederationBackendPolicy.java  |  4 ++
 .../doris/planner/external/FileQueryScanNode.java  | 18 ++++----
 .../doris/planner/external/FileScanNode.java       | 12 +----
 .../doris/planner/external/MetadataScanNode.java   | 32 ++++++++-----
 .../apache/doris/planner/external/TVFScanNode.java |  9 ----
 .../doris/planner/external/hudi/HudiScanNode.java  |  2 +-
 .../planner/external/iceberg/IcebergScanNode.java  | 20 ++++-----
 .../main/java/org/apache/doris/qe/Coordinator.java | 48 +++++++++++---------
 .../java/org/apache/doris/qe/CoordinatorTest.java  |  8 ++--
 regression-test/data/es_p0/test_es_query.out       | 46 +++++++++----------
 .../data/es_p0/test_es_query_no_http_url.out       | 10 ++---
 regression-test/suites/es_p0/test_es_query.groovy  |  4 --
 .../suites/es_p0/test_es_query_nereids.groovy      |  5 ---
 .../suites/es_p0/test_es_query_no_http_url.groovy  |  4 --
 .../hive/test_external_yandex_nereids.groovy       |  1 +
 27 files changed, 295 insertions(+), 321 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org