remove test code

This commit is contained in:
Ganlin Zhao 2023-06-08 19:30:05 +08:00
parent 145bb93967
commit bef6214904
1 changed files with 0 additions and 1 deletions

View File

@ -968,7 +968,6 @@ SOperatorInfo* createTimeSliceOperatorInfo(SOperatorInfo* downstream, SPhysiNode
pInfo->tsCol = extractColumnFromColumnNode((SColumnNode*)pInterpPhyNode->pTimeSeries);
pInfo->fillType = convertFillType(pInterpPhyNode->fillMode);
initResultSizeInfo(&pOperator->resultInfo, 4096);
pOperator->resultInfo.threshold = 1;
pInfo->pFillColInfo = createFillColInfo(pExprInfo, numOfExprs, NULL, 0, (SNodeListNode*)pInterpPhyNode->pFillValues);
pInfo->pLinearInfo = NULL;