feat(api): add int64 affect row fix build error

This commit is contained in:
Alex Duan 2022-12-03 09:42:58 +08:00
parent 213b97b79a
commit 81dc25819d
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ int32_t qwGetQueryResFromSink(QW_FPARAMS_DEF, SQWTaskCtx *ctx, int32_t *dataLen,
} }
if (0 == ctx->level) { if (0 == ctx->level) {
QW_TASK_DLOG("task fetched blocks %d rows %d, level %d", pOutput->numOfBlocks, pOutput->numOfRows, ctx->level); QW_TASK_DLOG("task fetched blocks %d rows %"PRId64", level %d", pOutput->numOfBlocks, pOutput->numOfRows, ctx->level);
break; break;
} }