support dummy tag in sub-table interval query
This commit is contained in:
parent
59f9aa8c2f
commit
2ae80b66a3
|
@ -4885,6 +4885,8 @@ static SSDataBlock* doIntervalAgg(void* param) {
|
|||
break;
|
||||
}
|
||||
|
||||
setTagValue(pOperator, pRuntimeEnv->pQuery->current->pTable, pIntervalInfo->pCtx, pOperator->numOfOutput);
|
||||
|
||||
// the pDataBlock are always the same one, no need to call this again
|
||||
setInputDataBlock(pOperator, pIntervalInfo->pCtx, pBlock, pQuery->order.order);
|
||||
hashIntervalAgg(pOperator, &pIntervalInfo->resultRowInfo, pBlock, 0);
|
||||
|
|
Loading…
Reference in New Issue