diff --git a/source/libs/executor/src/executorMain.c b/source/libs/executor/src/executorMain.c index e6e4a235ccb5a6bf236bd55199f54756f3bb010a..27d8b3f1cc8113b4ec9f7139955ffb34f23f10f0 100644 --- a/source/libs/executor/src/executorMain.c +++ b/source/libs/executor/src/executorMain.c @@ -348,11 +348,9 @@ int32_t qStreamPrepareScan(qTaskInfo_t tinfo, const STqOffsetVal* pOffset) { int32_t tableSz = taosArrayGetSize(pTaskInfo->tableqinfoList.pTableList); #ifndef NDEBUG - int64_t previousUid = - ((STableKeyInfo*)taosArrayGet(pTaskInfo->tableqinfoList.pTableList, pTableScanInfo->currentTable))->uid; - qDebug("switch to next table %ld (cursor %d), previous table %ld, %ld rows returned", uid, - pTableScanInfo->currentTable, previousUid, pInfo->pTableScanOp->resultInfo.totalRows); + qDebug("switch to next table %ld (cursor %d), %ld rows returned", uid, + pTableScanInfo->currentTable, pInfo->pTableScanOp->resultInfo.totalRows); pInfo->pTableScanOp->resultInfo.totalRows = 0; #endif