fix(stream): remove invalid code.
This commit is contained in:
parent
94551e6e46
commit
399088e2bd
|
@ -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]) {
|
||||||
|
|
Loading…
Reference in New Issue