Skip to content

Commit 5ad7a9a

Browse files
HeartLinkedwgtmac
andauthored
Update src/iceberg/catalog.h
Co-authored-by: Gang Wu <ustcwg@gmail.com>
1 parent 0dfb013 commit 5ad7a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/catalog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class ICEBERG_EXPORT Catalog {
231231
/// \param identifier a table identifier
232232
/// \param schema a schema
233233
/// \return the builder to create a table or start a create/replace transaction
234-
virtual std::unique_ptr<class TableBuilder> BuildTable(
234+
virtual std::unique_ptr<TableBuilder> BuildTable(
235235
const TableIdentifier& identifier, const Schema& schema) const = 0;
236236
};
237237

0 commit comments

Comments
 (0)