未验证 提交 0bab2091 编写于 作者: G Ganlin Zhao 提交者: GitHub

Merge pull request #14034 from taosdata/fix/TD-16546

fix(query): change numOfRes from uint8_t to uint16_t to accomadate sample function max 1000 results.
......@@ -67,7 +67,7 @@ typedef struct SResultRowEntryInfo {
bool initialized:1; // output buffer has been initialized
bool complete:1; // query has completed
uint8_t isNullRes:6; // the result is null
uint8_t numOfRes; // num of output result in current buffer
uint16_t numOfRes; // num of output result in current buffer
} SResultRowEntryInfo;
// determine the real data need to calculated the result
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册