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 b5566b1 commit cdc3db5Copy full SHA for cdc3db5
src/setup/flow_features.rs
@@ -3,5 +3,5 @@ use crate::prelude::*;
3
pub const SOURCE_STATE_TABLE: &str = "source_state_table";
4
5
pub fn default_features() -> BTreeSet<String> {
6
- vec![SOURCE_STATE_TABLE.to_string()].into_iter().collect()
+ BTreeSet::new()
7
}
0 commit comments