提交 399088e2 编写于 作者: H Haojun Liao

fix(stream): remove invalid code.

上级 94551e6e
...@@ -1563,8 +1563,6 @@ static void doBlockDataWindowFilter(SSDataBlock* pBlock, int32_t tsIndex, STimeW ...@@ -1563,8 +1563,6 @@ static void doBlockDataWindowFilter(SSDataBlock* pBlock, int32_t tsIndex, STimeW
ASSERT(pCol->pData != NULL); ASSERT(pCol->pData != NULL);
for (int32_t i = 0; i < pBlock->info.rows; ++i) { for (int32_t i = 0; i < pBlock->info.rows; ++i) {
int64_t* ts = (int64_t*)colDataGetData(pCol, i); int64_t* ts = (int64_t*)colDataGetData(pCol, i);
printf("-------------------%"PRId64"\n", *ts);
p[i] = (*ts >= pWindow->skey); p[i] = (*ts >= pWindow->skey);
if (!p[i]) { if (!p[i]) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册