Skip to content

Commit cdc3db5

Browse files
authored
chore: don't turn on source states table by default, for now (#871)
1 parent b5566b1 commit cdc3db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup/flow_features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ use crate::prelude::*;
33
pub const SOURCE_STATE_TABLE: &str = "source_state_table";
44

55
pub fn default_features() -> BTreeSet<String> {
6-
vec![SOURCE_STATE_TABLE.to_string()].into_iter().collect()
6+
BTreeSet::new()
77
}

0 commit comments

Comments
 (0)