We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acaa891 commit d841ad4Copy full SHA for d841ad4
2 files changed
src/iceberg/inspect/history_table.h
@@ -51,8 +51,6 @@ class ICEBERG_EXPORT HistoryTable : public MetadataTable {
51
private:
52
explicit HistoryTable(std::shared_ptr<Table> table);
53
54
- std::shared_ptr<Schema> CreateSchema();
55
-
56
TableIdentifier CreateName(const TableIdentifier& source_name);
57
};
58
src/iceberg/inspect/snapshots_table.h
@@ -53,8 +53,6 @@ class ICEBERG_EXPORT SnapshotsTable : public MetadataTable {
explicit SnapshotsTable(std::shared_ptr<Table> table);
59
60
0 commit comments