diff --git a/src/query/src/qExecutor.c b/src/query/src/qExecutor.c index 08bc21c109..78632023f3 100644 --- a/src/query/src/qExecutor.c +++ b/src/query/src/qExecutor.c @@ -6161,7 +6161,7 @@ static SQInfo *createQInfoImpl(SQueryTableMsg *pQueryMsg, SArray* pTableIdList, } // NOTE: pTableCheckInfo need to update the query time range and the lastKey info - changeExecuteScanOrder(pQInfo, isSTableQuery); +// changeExecuteScanOrder(pQInfo, stableQuery); int32_t index = 0;