pub fn apply_feature_flags(
manifest: &mut Manifest,
enable_stable_row_id: bool,
disable_transaction_file: bool,
) -> Result<()>Expand description
Set the reader and writer feature flags in the manifest based on the contents of the manifest.