fix:give error if col is same in schemless & fix json parse error in TD-22903

This commit is contained in:
wangmm0220 2023-03-04 18:18:20 +08:00
parent 4827c25a61
commit cea32f2e3c
1 changed files with 2 additions and 2 deletions

View File

@ -1191,8 +1191,8 @@ int main(int argc, char *argv[]) {
}
int ret = 0;
// ret = sml_ts2385_Test(); // this test case need config sml table name using ./sml_test config_file
// ASSERT(!ret);
ret = sml_ts2385_Test(); // this test case need config sml table name using ./sml_test config_file
ASSERT(!ret);
// for(int i = 0; i < sizeof(str)/sizeof(str[0]); i++){
// printf("str:%s \t %d\n", str[i], smlCalTypeSum(str[i], strlen(str[i])));
// }