You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by kx...@apache.org on 2023/06/15 12:16:03 UTC

[doris] branch branch-2.0 updated (2a2e485456 -> 4bfceb7acb)

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

kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 2a2e485456 [Enhancement](compaction) time-series scenario cumulative compaction policy (#20715)
     add 460399f214 [fix](profile) remove same profile in join node  (#20734)
     add d8a38f8128 [community](action) modify auto trigger teamcity script (#19095)
     add 71e8cb061c [Log](query) Add log of fragment instance num for query (#20597)
     add 4bf15b9788 [fix](load) fix race condition problem when insert commitinfo (#20823)
     add 31c17f1088 [improvement](tvf)Support hdfs and s3 tvf for nereids (#20829)
     add 5c4f6b4ca9 [fix](MOW)Fix publish timeout when enable MOW (#20828)
     add 1ce8f13837 [fix](memory) fix mem tracker in NodeChannel rpc callback (#20779)
     add 4b18cde0c7 [Update](clucene) synchronize clucene version to improve clcuene performance (#20794)
     add 5df7459435 [Community](links)Update join slack links (#20816)
     add 9716b87e36 [typo](docs) Update doris-future.md (#20817)
     add 0dc1b50b5a [Feature](GA)Latest-Master-Code-Check (#20786)
     add 5b6761acb8 [enhencement](streamload) add on_close callback for httpserver (#20826)
     add 2151f5d04d [fix](bitmap) fix bug: incorrect orthogonal bitmap result in some cases (#20819) (#20822)
     add 17a395f5e3 [Bug](runtime-filter) fix runtime filter not register on vdata_gen_scan_node (#20787)
     add 15b9830859 [fix](partial-update) sequence column is not proceeded correctly #20813
     add e031ead53a [test](regression) support ccr regression (#20818)
     add 01e53f4e67 [Bug](materialized-view) fix problems about create mv on ssb_flat q4.1 failed (#20658)
     add d9b3c2aba2 [improvement](jdbc) support support get mysql information_schema's table and clickhouse system's table (#20768)
     add b6835840f7 [Bug](table-function) return InvalidArgument when explode_split meet empty delimiter (#20795)
     add 37f8334811 [Bug](GA)fix the wrong job dependencies (#20846)
     add bb5d36c5cb [Log](load) change VLOG to INFO when write replica failing  (#20783)
     add 11e164e7a5 [typo](doc) Added a description of inconsistent results (#20849)
     add 4bfceb7acb [Bug](pipeline) fix pipeline task call finish_p_dependency more than once (#20851)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/auto_trigger_teamcity.yml        |   6 +-
 .../{checkstyle.yaml => latest-code-check.yml}     |  49 +++----
 README.md                                          |   4 +-
 be/src/clucene                                     |   2 +-
 be/src/exprs/runtime_filter_slots.h                |  10 +-
 be/src/http/action/stream_load.cpp                 |   4 +-
 be/src/http/ev_http_server.cpp                     |  52 ++++++-
 be/src/http/http_request.cpp                       |   9 +-
 be/src/io/fs/multi_table_pipe.cpp                  |  15 +-
 be/src/io/fs/multi_table_pipe.h                    |   9 +-
 be/src/io/fs/stream_load_pipe.cpp                  |  25 +++-
 be/src/io/fs/stream_load_pipe.h                    |  11 +-
 be/src/olap/delta_writer.cpp                       |   6 +-
 be/src/olap/rowset/segment_v2/segment.cpp          |  10 +-
 be/src/pipeline/pipeline_task.cpp                  |   7 +
 be/src/pipeline/pipeline_task.h                    |  12 +-
 be/src/pipeline/task_scheduler.cpp                 |   5 -
 be/src/runtime/exec_env.cpp                        |   2 +-
 be/src/runtime/exec_env.h                          |   6 +
 be/src/runtime/exec_env_init.cpp                   |  38 +++++
 be/src/runtime/fragment_mgr.cpp                    |   2 +-
 be/src/runtime/runtime_filter_mgr.cpp              |  18 +--
 be/src/runtime/runtime_state.cpp                   |   2 -
 be/src/runtime/stream_load/stream_load_context.cpp |   3 +
 be/src/runtime/stream_load/stream_load_context.h   |   5 +
 be/src/service/internal_service.cpp                |   4 +
 be/src/util/byte_buffer.h                          |  15 +-
 .../aggregate_function_orthogonal_bitmap.h         |   9 +-
 be/src/vec/data_types/data_type_time_v2.cpp        |   2 +-
 be/src/vec/exec/data_gen_functions/vnumbers_tvf.h  |   2 +-
 be/src/vec/exec/join/vhash_join_node.cpp           |  20 +--
 be/src/vec/exec/join/vhash_join_node.h             |   2 -
 be/src/vec/exec/join/vjoin_node_base.cpp           |   5 +-
 be/src/vec/exec/join/vnested_loop_join_node.cpp    |   4 -
 be/src/vec/exec/scan/vscan_node.h                  |   4 +-
 be/src/vec/exec/vdata_gen_scan_node.cpp            |  22 ++-
 be/src/vec/exec/vdata_gen_scan_node.h              |   5 +-
 be/src/vec/exec/vschema_scan_node.h                |   2 +-
 be/src/vec/exprs/table_function/vexplode_split.cpp |   4 +
 be/src/vec/functions/function.h                    |  36 +++--
 be/src/vec/sink/vtablet_sink.cpp                   |  12 +-
 be/test/vec/function/table_function_test.cpp       |   6 +-
 docs/en/docs/lakehouse/multi-catalog/jdbc.md       |  26 ++++
 docs/zh-CN/community/doris-future.md               |   8 +-
 docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md    |  19 +++
 .../java/org/apache/doris/jdbc/JdbcExecutor.java   | 105 ++++++++++----
 .../java/org/apache/doris/alter/RollupJobV2.java   |  21 +--
 .../org/apache/doris/analysis/ArithmeticExpr.java  | 153 +++++++--------------
 .../apache/doris/analysis/CompoundPredicate.java   |   3 +
 .../doris/analysis/CreateMaterializedViewStmt.java |  19 +--
 .../main/java/org/apache/doris/analysis/Expr.java  |   6 +
 .../apache/doris/analysis/NativeInsertStmt.java    |  13 +-
 .../java/org/apache/doris/analysis/QueryStmt.java  |   7 +-
 .../java/org/apache/doris/analysis/SlotRef.java    |   5 +
 .../doris/catalog/BuiltinTableValuedFunctions.java |   6 +-
 .../doris/external/jdbc/JdbcClickHouseClient.java  |   5 +
 .../doris/external/jdbc/JdbcMySQLClient.java       |  12 +-
 .../glue/translator/PhysicalPlanTranslator.java    |   1 +
 .../trees/expressions/functions/table/Hdfs.java    |  71 ++++++++++
 .../trees/expressions/functions/table/S3.java      |  71 ++++++++++
 .../visitor/TableValuedFunctionVisitor.java        |  10 ++
 .../org/apache/doris/planner/OlapScanNode.java     |   5 +-
 .../org/apache/doris/planner/OlapTableSink.java    |   5 +-
 .../java/org/apache/doris/planner/PlanNode.java    |  15 ++
 .../main/java/org/apache/doris/qe/Coordinator.java |   6 +
 .../java/org/apache/doris/qe/StmtExecutor.java     |  22 +++
 .../org/apache/doris/analysis/InsertStmtTest.java  |  33 +++--
 .../test_clickhouse_jdbc_catalog.out               | Bin 1439 -> 2586 bytes
 .../jdbc_catalog_p0/test_mysql_jdbc_catalog.out    |  90 +++++++++++-
 .../test_mysql_jdbc_catalog_nereids.out            |  99 +++++++++++--
 regression-test/data/mv_p0/ssb/q_4_1/q_4_1.out     |  11 ++
 .../pipeline/p0/conf/regression-conf.groovy        |   6 +
 .../pipeline/p1/conf/regression-conf.groovy        |   6 +
 .../test_clickhouse_jdbc_catalog.groovy            |   1 +
 .../jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy |   1 +
 .../test_mysql_jdbc_catalog_nereids.groovy         |   1 +
 .../suites/mv_p0/ssb/q_4_1/q_4_1.groovy            | 141 +++++++++++++++++++
 .../table_function/explode_split.groovy            |   4 +
 78 files changed, 1137 insertions(+), 336 deletions(-)
 copy .github/workflows/{checkstyle.yaml => latest-code-check.yml} (53%)
 create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/table/Hdfs.java
 create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/table/S3.java
 create mode 100644 regression-test/data/mv_p0/ssb/q_4_1/q_4_1.out
 create mode 100644 regression-test/suites/mv_p0/ssb/q_4_1/q_4_1.groovy


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