This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 6b0612216bc [fix](compile) fix compile error
6b0612216bc is described below
commit 6b0612216bc53b18d8f677f7e3beb0d694c30cd5
Author: Yongqiang YANG <[email protected]>
AuthorDate: Fri Sep 27 19:49:40 2024 +0800
[fix](compile) fix compile error
---
be/src/pipeline/exec/exchange_sink_operator.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/pipeline/exec/exchange_sink_operator.cpp
b/be/src/pipeline/exec/exchange_sink_operator.cpp
index 2303426375f..5f63aaf5973 100644
--- a/be/src/pipeline/exec/exchange_sink_operator.cpp
+++ b/be/src/pipeline/exec/exchange_sink_operator.cpp
@@ -344,7 +344,7 @@ Status ExchangeSinkOperatorX::open(RuntimeState* state) {
if (_part_type == TPartitionType::TABLET_SINK_SHUFFLE_PARTITIONED) {
if (_output_tuple_id == -1) {
RETURN_IF_ERROR(
- vectorized::VExpr::prepare(_tablet_sink_expr_ctxs, state,
_child->row_desc()));
+ vectorized::VExpr::prepare(_tablet_sink_expr_ctxs, state,
_child_x->row_desc()));
} else {
auto* output_tuple_desc =
state->desc_tbl().get_tuple_descriptor(_output_tuple_id);
auto* output_row_desc = _pool->add(new
RowDescriptor(output_tuple_desc, false));
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]