提交 cea32f2e 编写于 作者: wmmhello's avatar wmmhello

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

上级 4827c25a
...@@ -1191,8 +1191,8 @@ int main(int argc, char *argv[]) { ...@@ -1191,8 +1191,8 @@ int main(int argc, char *argv[]) {
} }
int ret = 0; int ret = 0;
// ret = sml_ts2385_Test(); // this test case need config sml table name using ./sml_test config_file ret = sml_ts2385_Test(); // this test case need config sml table name using ./sml_test config_file
// ASSERT(!ret); ASSERT(!ret);
// for(int i = 0; i < sizeof(str)/sizeof(str[0]); i++){ // 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]))); // printf("str:%s \t %d\n", str[i], smlCalTypeSum(str[i], strlen(str[i])));
// } // }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册