This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from 4c1c1ab505 [fix](like) fix wrong result of like pattern with backslash
(#18351)
new b768b83583 [log](load) print detailed error message when publish
failed (#18176)
new c3485b9fc3 [fix](memory) Remove page cache regular clear, disabled
jemalloc prof by default (#18218)
new 51741e886e [fix](planner )need add LateralViewRef's id into TableRef's
allTableRefIds (#18220)
new a59478a141 [Enhancement](spark load)Support spark time out config
(#17108)
new ab45f53fb4 [fix](planner) Fix agg on inlineview which with constant
slot (#18201)
new 1b2096502b [Fix](multi-catalog) fix hms automatic update error.
(#18252)
new bbf57a9dd0 [test](jdbc catalog) add clickhouse jdbc catalog base type
test (#18007)
The 7 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/common/config.h | 4 -
be/src/common/daemon.cpp | 12 ---
be/src/olap/task/engine_publish_version_task.cpp | 3 +-
be/src/runtime/memory/mem_tracker_limiter.cpp | 5 +-
bin/start_be.sh | 4 +-
.../clickhouse.env} | 2 +-
.../clickhouse.yaml.tpl} | 29 ++++---
.../{mysql => clickhouse}/init/01-drop-db.sql | 2 +-
.../{mysql => clickhouse}/init/02-create-db.sql | 2 +-
.../clickhouse/init/03-create-table.sql | 96 +++++++++++++++++++++
.../docker-compose/clickhouse/init/04-insert.sql | 26 ++++++
docker/thirdparties/run-thirdparties-docker.sh | 21 ++++-
docs/en/community/developer-guide/be-vscode-dev.md | 2 +
docs/en/community/developer-guide/debug-tool.md | 31 ++++---
.../community/developer-guide/be-vscode-dev.md | 2 +
docs/zh-CN/community/developer-guide/debug-tool.md | 2 +-
.../java/org/apache/doris/analysis/SelectStmt.java | 14 ++-
.../java/org/apache/doris/analysis/TableRef.java | 6 ++
.../doris/datasource/HMSExternalCatalog.java | 4 +-
.../doris/load/loadv2/SparkEtlJobHandler.java | 5 +-
.../doris/load/loadv2/SparkLauncherMonitor.java | 22 ++++-
.../org/apache/doris/planner/AnalyticPlanner.java | 2 +-
.../apache/doris/planner/TableFunctionNode.java | 2 +-
.../load/loadv2/SparkLauncherMonitorTest.java | 7 +-
.../java/org/apache/doris/udf/JdbcExecutor.java | 1 +
regression-test/conf/regression-conf.groovy | 1 +
.../test_clickhouse_jdbc_catalog.out | Bin 0 -> 880 bytes
.../agg_on_view.out} | 0
.../test_inlineview_with_window_function.groovy} | 61 +++++++++----
....groovy => test_clickhouse_jdbc_catalog.groovy} | 34 +++-----
.../agg_on_view.groovy} | 35 ++++----
.../suites/trino_p0/constant_group_key.groovy | 2 +-
32 files changed, 314 insertions(+), 125 deletions(-)
copy docker/thirdparties/docker-compose/{postgresql/postgresql-14.env =>
clickhouse/clickhouse.env} (95%)
copy docker/thirdparties/docker-compose/{mysql/mysql-5.7.yaml.tpl =>
clickhouse/clickhouse.yaml.tpl} (69%)
copy docker/thirdparties/docker-compose/{mysql =>
clickhouse}/init/01-drop-db.sql (95%)
copy docker/thirdparties/docker-compose/{mysql =>
clickhouse}/init/02-create-db.sql (95%)
create mode 100644
docker/thirdparties/docker-compose/clickhouse/init/03-create-table.sql
create mode 100644
docker/thirdparties/docker-compose/clickhouse/init/04-insert.sql
create mode 100644
regression-test/data/jdbc_catalog_p0/test_clickhouse_jdbc_catalog.out
copy regression-test/data/query_p0/{lateral_view/test_with_view.out =>
aggregate/agg_on_view.out} (100%)
copy
regression-test/suites/{query_p1/return_binaray/test_return_binary_bitmap.groovy
=> correctness_p0/test_inlineview_with_window_function.groovy} (50%)
copy
regression-test/suites/jdbc_catalog_p0/{test_sqlserver_jdbc_catalog.groovy =>
test_clickhouse_jdbc_catalog.groovy} (65%)
copy regression-test/suites/query_p0/{lateral_view/test_with_view.groovy =>
aggregate/agg_on_view.groovy} (62%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]