Skip to content
Snippets Groups Projects
Commit d7641398 authored by Cedric CAFFY's avatar Cedric CAFFY
Browse files

Changed the PARALLEL warning in cta-catalogue-schema-verify

parent 4cbd5828
Branches
Tags
No related merge requests found
......@@ -79,9 +79,8 @@ int VerifySchemaCmd::exceptionThrowingMain(const int argc, char *const *const ar
if(!cmdLineArgs.allSchemaDirectoryPath.empty()){
cta::catalogue::SchemaChecker schemaChecker(login.dbType,conn);
schemaChecker.useSQLiteSchemaComparer(allSchemasDirectoryPath);
schemaChecker.checkNoParallelTables();
SchemaChecker::Status comparisonStatus = schemaChecker.compareSchema();
schemaChecker.checkNoParallelTables();
if(comparisonStatus == SchemaChecker::Status::FAILURE){
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment