Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit ed1a0de

Browse files
Shangjie ChenDingshilun
authored andcommitted
AlterTable init test
1 parent 74ca51b commit ed1a0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/catalog/catalog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ ResultType Catalog::ChangeColumnName(const std::string &database_name,
867867
table_oid, new_column.GetName(), columnId, new_column.GetOffset(),
868868
new_column.GetType(), new_column.IsInlined(),
869869
new_column.GetConstraints(), pool_.get(), txn);
870-
870+
871871
} catch (CatalogException &e) {
872872
return ResultType::FAILURE;
873873
}

0 commit comments

Comments
 (0)