diff --git a/src/tsdb/src/tsdbRead.c b/src/tsdb/src/tsdbRead.c index 8fd22e44d23fe05b7790b644ef4dd852a82f30dc..d5818818bb4914b082eb5088df3d630ee949ad05 100644 --- a/src/tsdb/src/tsdbRead.c +++ b/src/tsdb/src/tsdbRead.c @@ -1865,7 +1865,7 @@ static void mergeTwoRowFromMem(STsdbQueryHandle* pQueryHandle, int32_t capacity, int32_t chosen_itr; void *value; - // the schema version info is embeded in SDataRow + // the schema version info is embedded in SDataRow int32_t numOfColsOfRow1 = 0; if (pSchema1 == NULL) { @@ -4696,4 +4696,4 @@ void tsdbAddScanCallback(TsdbQueryHandleT* queryHandle, readover_callback callba int32_t tsdbTableTid(void* pTable) { STable *p = (STable *)pTable; return p->tableId.tid; -} \ No newline at end of file +}