Skip to content

Commit 54f1f6b

Browse files
committed
try to fix -Wchanges-meaning
1 parent 20d80fa commit 54f1f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/table_metadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ struct ICEBERG_EXPORT TableMetadata {
122122
int64_t next_row_id;
123123

124124
/// \brief Get the current schema, return NotFoundError if not found
125-
Result<std::shared_ptr<Schema>> Schema() const;
125+
Result<std::shared_ptr<iceberg::Schema>> Schema() const;
126126
/// \brief Get the current schema by ID, return NotFoundError if not found
127127
Result<std::shared_ptr<iceberg::Schema>> SchemaById(
128128
const std::optional<int32_t>& schema_id) const;

0 commit comments

Comments
 (0)