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 ed141a2 commit f697da8Copy full SHA for f697da8
src/parseable.rs
@@ -59,20 +59,20 @@ impl Parseable {
59
options: args.options,
60
storage: Arc::new(args.storage),
61
storage_name: "drive",
62
- streams: Default::default(),
+ streams: StreamInfo::default(),
63
}
64
65
StorageOptions::S3(args) => Self {
66
67
68
storage_name: "s3",
69
70
},
71
StorageOptions::Blob(args) => Self {
72
73
74
storage_name: "blob_store",
75
76
77
78
0 commit comments