未验证 提交 72b623bc 编写于 作者: I Ikko Ashimine 提交者: GitHub

Fix typo in tsdbRead.c (#15027)

embeded -> embedded
上级 d88a7dd7
......@@ -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
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册