feat: remove todo

This commit is contained in:
slzhou 2024-02-20 13:22:35 +08:00
parent e8142dec0e
commit b3c4fe489f
1 changed files with 0 additions and 6 deletions

View File

@ -3317,12 +3317,6 @@ _error:
// table merge scan operator
// table merge scan operator
// TODO: limit / duration optimization
// TODO: get block from tsdReader function, with task killed, func_data all filter out, skip, finish
// TODO: error processing, memory freeing
// TODO: add log for error and perf
// TODO: tsdb reader open/close dynamically
// TODO: blockdata deep cleanup
static int32_t subTblRowCompareFn(const void* pLeft, const void* pRight, void* param) {
int32_t left = *(int32_t*)pLeft;