提交 8997f2cd 编写于 作者: C Cary Xu

fix: solve a non-standard explicit type conversion

上级 4e30fac8
......@@ -402,7 +402,7 @@ static void checkTSRow(const char **data, STSRow2 *row, STSchema *pTSchema) {
TEST(testCase, AllNormTest) {
int16_t nCols = 14;
STSRowBuilder rb = tsRowBuilderInit();
STSRowBuilder rb = {0};
STSRow2 *row = nullptr;
SArray *pArray = taosArrayInit(nCols, sizeof(SColVal));
EXPECT_NE(pArray, nullptr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册