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 f8ea501 commit 4229acaCopy full SHA for 4229aca
src/iceberg/table_metadata.h
@@ -111,8 +111,6 @@ struct ICEBERG_EXPORT TableMetadata {
111
std::vector<std::shared_ptr<struct StatisticsFile>> statistics;
112
/// A list of partition statistics
113
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;
116
/// A `long` higher than all assigned row IDs
117
int64_t next_row_id;
118
};
0 commit comments