Skip to content

Commit 95a51a1

Browse files
authored
test: add more table metadata interop test (#262)
1 parent 51aa748 commit 95a51a1

File tree

4 files changed

+368
-150
lines changed

4 files changed

+368
-150
lines changed

src/iceberg/table_metadata.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ struct ICEBERG_EXPORT TableMetadata {
135135
/// \brief Get the snapshot of this table with the given id
136136
Result<std::shared_ptr<iceberg::Snapshot>> SnapshotById(int64_t snapshot_id) const;
137137

138-
friend bool operator==(const TableMetadata& lhs, const TableMetadata& rhs);
138+
ICEBERG_EXPORT friend bool operator==(const TableMetadata& lhs,
139+
const TableMetadata& rhs);
139140
};
140141

141142
/// \brief Returns a string representation of a SnapshotLogEntry

0 commit comments

Comments
 (0)