Skip to content

Commit 13c411f

Browse files
author
shuxu.li
committed
feat: metadata access support for table
1 parent 84d82eb commit 13c411f

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
@@ -40,8 +40,8 @@ class ICEBERG_EXPORT Table {
4040
/// \param[in] metadata The metadata for the table.
4141
/// \param[in] metadata_location The location of the table metadata file.
4242
/// \param[in] io The FileIO to read and write table data and metadata files.
43-
/// \param[in] catalog The catalog that this table belongs to. If the catalog is null,
44-
/// the table will be read-only.
43+
/// \param[in] catalog The catalog that this table belongs to. If null, the table will
44+
/// be read-only.
4545
Table(TableIdentifier identifier, std::shared_ptr<TableMetadata> metadata,
4646
std::string metadata_location, std::shared_ptr<FileIO> io,
4747
std::shared_ptr<Catalog> catalog)

0 commit comments

Comments
 (0)