Merge pull request #6298 from taosdata/fix/develop_typo

Update tscSubquery.c
This commit is contained in:
haojun Liao 2021-05-31 00:09:54 +08:00 committed by GitHub
commit a176484f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -604,7 +604,6 @@ static int32_t tscLaunchRealSubqueries(SSqlObj* pSql) {
int16_t funcId = pExpr->base.functionId;
// add the invisible timestamp column
printf("--------read:%p\n", pExpr);
if ((pExpr->base.colInfo.colId != PRIMARYKEY_TIMESTAMP_COL_INDEX) ||
(funcId != TSDB_FUNC_TS && funcId != TSDB_FUNC_TS_DUMMY && funcId != TSDB_FUNC_PRJ)) {