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 8d628eaf63 [bugfix](low cardinality) cached code is wrong will result 
wrong query result when many null pages (#19221)
     new b8d3fa957b [fix](compaction) fix potential null pointer dereference 
(#18915)
     new 4e398a30f5 [Improve](be)check max open file #18888
     new ae0d3a9c41 [Fix](HttpServer) Chinese garbled characters appear when 
obtaining query plan (#18820)
     new 96841a4d63 [feature](ui)add copy profile button #18965
     new 42ab87a754 [bugfix](MOW) fix core in set_txn_related_delete_bitmap 
(#18956)
     new 4013dd0b2f [fix](Jdbc Catalog) fix Druid Pool parameter and set 
`testWhileIdle  = true` (#19049)
     new df986136c6 [enhancement](JNI) Provide default environment variables if 
it is unset (#19041)
     new f93b85d77f [fix](colocate) prohibit dead backend as destination 
backend in colocate balance (#18970)
     new 24e2d4747d [fix](heartbeat) fix update BE last start time (#18962)
     new edfcf00d92 [feature](multicatalog) enable doris hive/iceberg catalog 
to read data on tencent GooseFS (#18685)
     new 3ba64c4e21 [fix](load-profile) fix show load profile return emoty 
result (#19125)
     new 9e5ec16c3d [fix](memleak) avoid memleak due to race condition (#19071)
     new 8789050530 [fix](memory) Fix SchemaChange memory leak due to incorrect 
aggfunc destroy (#19130)
     new 9c673f9bce [fix](Hive bitmap udf) NPE error when mapreduce task only 
has map task (#19140)
     new f84d67f914 [fix](planner) ctas should not clone queryStmt after parse 
(#19114)
     new d96cb752e4 [test](hll) add test case for hll_raw_agg (#19127)
     new a92e0eb339 [clone](download) fix be clone action download tablet 
content length overflow #18851
     new ffdfa567c7 [chore](recover) add a config to recover remaining data in 
emergency (#18986)

The 18 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/agent/heartbeat_server.cpp                  |  2 +-
 be/src/http/http_client.h                          |  6 ++
 be/src/olap/compaction.cpp                         | 12 ++--
 be/src/olap/schema_change.cpp                      |  2 +-
 be/src/olap/txn_manager.cpp                        |  5 ++
 be/src/util/core_local.cpp                         |  8 ++-
 be/src/util/jni-util.cpp                           | 65 ++++++++++++++--------
 .../vec/aggregate_functions/aggregate_function.h   |  5 +-
 .../aggregate_function_hll_union_agg.h             |  3 +
 bin/start_be.sh                                    |  6 ++
 conf/be.conf                                       |  4 +-
 docs/en/docs/admin-manual/config/fe-config.md      | 16 +++++-
 docs/zh-CN/docs/admin-manual/config/fe-config.md   | 20 ++++++-
 .../main/java/org/apache/doris/common/Config.java  | 14 +++++
 .../doris/analysis/CreateTableAsSelectStmt.java    |  2 +-
 .../apache/doris/analysis/FunctionCallExpr.java    |  5 --
 .../apache/doris/analysis/ShowLoadProfileStmt.java |  5 ++
 .../clone/ColocateTableCheckerAndBalancer.java     | 11 ++++
 .../java/org/apache/doris/common/FeConstants.java  |  1 +
 .../doris/httpv2/rest/TableQueryPlanAction.java    |  4 +-
 .../doris/httpv2/rest/manager/HttpUtils.java       |  7 +++
 .../org/apache/doris/httpv2/util/HttpUtil.java     | 39 -------------
 .../org/apache/doris/planner/OlapScanNode.java     | 22 +++++++-
 .../doris/planner/external/HiveScanProvider.java   |  2 +
 .../external/iceberg/IcebergScanProvider.java      |  2 +
 .../java/org/apache/doris/qe/ShowExecutor.java     |  2 +-
 .../main/java/org/apache/doris/system/Backend.java | 11 +++-
 .../org/apache/doris/system/BackendHbResponse.java | 13 -----
 .../java/org/apache/doris/system/HeartbeatMgr.java |  4 +-
 .../java/org/apache/doris/catalog/BackendTest.java |  6 +-
 .../clone/ColocateTableCheckerAndBalancerTest.java | 10 ++++
 .../java/org/apache/doris/udf/BitmapUnionUDAF.java |  2 +-
 .../java/org/apache/doris/udf/ToBitmapUDAF.java    |  2 +-
 .../java/org/apache/doris/udf/JdbcExecutor.java    | 19 ++++++-
 .../doris/broker/hdfs/FileSystemManager.java       | 43 +++++++++++++-
 .../types/complex_types/basic_agg_test.groovy      |  1 +
 ui/src/pages/query-profile/index.tsx               | 12 ++++
 37 files changed, 277 insertions(+), 116 deletions(-)
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/httpv2/util/HttpUtil.java


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

Reply via email to