We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfb013 commit 5ad7a9aCopy full SHA for 5ad7a9a
src/iceberg/catalog.h
@@ -231,7 +231,7 @@ class ICEBERG_EXPORT Catalog {
231
/// \param identifier a table identifier
232
/// \param schema a schema
233
/// \return the builder to create a table or start a create/replace transaction
234
- virtual std::unique_ptr<class TableBuilder> BuildTable(
+ virtual std::unique_ptr<TableBuilder> BuildTable(
235
const TableIdentifier& identifier, const Schema& schema) const = 0;
236
};
237
0 commit comments