We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af38f2b commit ff13911Copy full SHA for ff13911
1 file changed
src/iceberg/catalog/in_memory_catalog.h
@@ -84,8 +84,7 @@ class ICEBERG_EXPORT InMemoryCatalog
84
85
Status DropTable(const TableIdentifier& identifier, bool purge) override;
86
87
- virtual Result<std::unique_ptr<Table>> LoadTable(
88
- const TableIdentifier& identifier) override;
+ Result<std::unique_ptr<Table>> LoadTable(const TableIdentifier& identifier) override;
89
90
Result<std::shared_ptr<Table>> RegisterTable(
91
const TableIdentifier& identifier,
0 commit comments