Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Sep 8, 2023
1 parent b051994 commit 292b95c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/processor/operator/ddl/create_rel_table_group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ std::string CreateRelTableGroup::getOutputMsg() {
}

} // namespace processor
} // namespace kuzu
} // namespace kuzu
2 changes: 0 additions & 2 deletions test/test_files/ddl/ddl.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
--

-CASE DropAndCreateTables
-SKIP
-STATEMENT DROP TABLE studyAt
---- ok
-STATEMENT MATCH ()-[e:studyAt]->() RETURN count(*)
Expand Down Expand Up @@ -35,7 +34,6 @@ Binder exception: Node table movies does not exist.
---- ok

-CASE DDLOutputMessages
-SKIP
-STATEMENT CREATE NODE TABLE university(ID INT64, PRIMARY KEY(ID))
---- 1
NodeTable: university has been created.
Expand Down

0 comments on commit 292b95c

Please sign in to comment.