Merge pull request #2123 from taosdata/hjxilinx-patch-1
remove a printf
This commit is contained in:
commit
750dc959ef
|
@ -4122,7 +4122,6 @@ static int64_t queryOnDataBlocks(SQInfo *pQInfo) {
|
||||||
|
|
||||||
assert(pTableQueryInfo != NULL);
|
assert(pTableQueryInfo != NULL);
|
||||||
restoreIntervalQueryRange(pRuntimeEnv, pTableQueryInfo);
|
restoreIntervalQueryRange(pRuntimeEnv, pTableQueryInfo);
|
||||||
printf("table:%d, groupIndex:%d, rows:%d\n", pTableQueryInfo->id.tid, pTableQueryInfo->groupIndex, blockInfo.tid);
|
|
||||||
|
|
||||||
SDataStatis *pStatis = NULL;
|
SDataStatis *pStatis = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue