未验证 提交 9c4c411b 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #21796 from wangjiaming0909/fix/m/TS-3555

fix: fill operator with wrong input ts order
......@@ -187,6 +187,8 @@ static SSDataBlock* doFillImpl(SOperatorInfo* pOperator) {
// the scan order may be different from the output result order for agg interval operator.
if (pDownstream->operatorType == QUERY_NODE_PHYSICAL_PLAN_HASH_INTERVAL) {
order = ((SIntervalAggOperatorInfo*) pDownstream->info)->resultTsOrder;
} else {
order = pInfo->pFillInfo->order;
}
doHandleRemainBlockFromNewGroup(pOperator, pInfo, pResultInfo, order);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册