This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from b1a9370004a [fix](glue)support access glue iceberg with credential
list (#30473)
new 0433b8730da [Feature](profile)add shuffle send rows/bytes #30456
new 7e19224a6c9 [fix](function) fix ipv4 funcs get failed error, improve
an ipv6 func and exception message (#30269)
new 92dc395f9a9 [fix](nereids)should always call visitBoundFunction first
when binding ElementAt function (#30469)
new bfdc41d37b2 [fix](ccr) handle large binlog (#30435)
The 4 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/data_sink.cpp | 16 +++
be/src/exec/data_sink.h | 7 +-
be/src/exec/exec_node.cpp | 2 +-
be/src/pipeline/exec/exchange_sink_buffer.h | 1 -
be/src/pipeline/pipeline_x/operator.cpp | 4 +-
be/src/pipeline/pipeline_x/operator.h | 6 +-
be/src/pipeline/pipeline_x/pipeline_x_task.cpp | 5 +-
be/src/runtime/query_statistics.cpp | 11 +-
be/src/runtime/query_statistics.h | 19 ++-
be/src/vec/functions/function_ip.cpp | 39 ++++--
be/src/vec/functions/function_ip.h | 150 +++++++++++----------
be/src/vec/sink/vdata_stream_sender.cpp | 3 +
.../ip-functions/ipv4-string-to-num-or-default.md | 10 +-
.../ip-functions/ipv4-string-to-num.md | 5 +-
.../ip-functions/ipv6-string-to-num.md | 5 +-
.../ip-functions/ipv4-string-to-num-or-default.md | 10 +-
.../ip-functions/ipv4-string-to-num.md | 5 +-
.../ip-functions/ipv6-string-to-num.md | 5 +-
.../main/java/org/apache/doris/common/Config.java | 5 +
.../org/apache/doris/binlog/BinlogManager.java | 14 +-
.../rules/expression/rules/FunctionBinder.java | 5 +-
.../org/apache/doris/plugin/audit/AuditEvent.java | 4 +
.../WorkloadRuntimeStatusMgr.java | 5 +
.../ActiveQueriesTableValuedFunction.java | 2 +
.../doris/tablefunction/MetadataGenerator.java | 4 +
gensrc/thrift/FrontendService.thrift | 2 +
.../data/nereids_function_p0/ip_functions.out | 9 ++
.../ip_functions/test_ip_functions.out | 9 ++
.../suites/nereids_function_p0/ip_functions.groovy | 3 +
.../ip_functions/test_ip_functions.groovy | 3 +
30 files changed, 260 insertions(+), 108 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]