Skip to content

Commit 4229aca

Browse files
authored
Update src/iceberg/table_metadata.h
1 parent f8ea501 commit 4229aca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/iceberg/table_metadata.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ struct ICEBERG_EXPORT TableMetadata {
111111
std::vector<std::shared_ptr<struct StatisticsFile>> statistics;
112112
/// A list of partition statistics
113113
std::vector<std::shared_ptr<struct PartitionStatisticsFile>> partition_statistics;
114-
/// whether or not to track the creation and updates to rows in the table
115-
bool row_lineage_enabled = false;
116114
/// A `long` higher than all assigned row IDs
117115
int64_t next_row_id;
118116
};

0 commit comments

Comments
 (0)