fix: solve a non-standard explicit type conversion
This commit is contained in:
parent
4e30fac809
commit
8997f2cdc1
|
@ -402,7 +402,7 @@ static void checkTSRow(const char **data, STSRow2 *row, STSchema *pTSchema) {
|
||||||
|
|
||||||
TEST(testCase, AllNormTest) {
|
TEST(testCase, AllNormTest) {
|
||||||
int16_t nCols = 14;
|
int16_t nCols = 14;
|
||||||
STSRowBuilder rb = tsRowBuilderInit();
|
STSRowBuilder rb = {0};
|
||||||
STSRow2 *row = nullptr;
|
STSRow2 *row = nullptr;
|
||||||
SArray *pArray = taosArrayInit(nCols, sizeof(SColVal));
|
SArray *pArray = taosArrayInit(nCols, sizeof(SColVal));
|
||||||
EXPECT_NE(pArray, nullptr);
|
EXPECT_NE(pArray, nullptr);
|
||||||
|
|
Loading…
Reference in New Issue