fix:disable primary key in schemaless

This commit is contained in:
wangmm0220 2024-04-07 15:04:34 +08:00
parent 6174c3bfd3
commit 64280a10cc
1 changed files with 1 additions and 1 deletions

View File

@ -1950,7 +1950,7 @@ int main(int argc, char *argv[]) {
int ret = 0;
ret = sml_td29373_Test();
ASSERT(!ret);
ASSERT(ret);
ret = sml_td24559_Test();
ASSERT(!ret);
ret = sml_td18789_Test();