Skip to content

Commit 3dd5096

Browse files
author
shuxu.li
committed
feat: metadata access support for table
1 parent 3fc2374 commit 3dd5096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/iceberg/table.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ class ICEBERG_EXPORT Table {
4141
/// \param[in] metadata The metadata for the table.
4242
/// \param[in] metadata_location The location of the table metadata file.
4343
/// \param[in] io The FileIO to read and write table data and metadata files.
44-
/// \param[in] catalog The catalog that this table belongs to. If null, the table will
45-
/// be read-only.
44+
/// \param[in] catalog The catalog that this table belongs to. If the catalog is null,
45+
/// the table will be read-only.
4646
Table(TableIdentifier identifier, std::shared_ptr<TableMetadata> metadata,
4747
std::string metadata_location, std::shared_ptr<FileIO> io,
4848
std::shared_ptr<Catalog> catalog)

0 commit comments

Comments
 (0)