We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d80fa commit 54f1f6bCopy full SHA for 54f1f6b
src/iceberg/table_metadata.h
@@ -122,7 +122,7 @@ struct ICEBERG_EXPORT TableMetadata {
122
int64_t next_row_id;
123
124
/// \brief Get the current schema, return NotFoundError if not found
125
- Result<std::shared_ptr<Schema>> Schema() const;
+ Result<std::shared_ptr<iceberg::Schema>> Schema() const;
126
/// \brief Get the current schema by ID, return NotFoundError if not found
127
Result<std::shared_ptr<iceberg::Schema>> SchemaById(
128
const std::optional<int32_t>& schema_id) const;
0 commit comments