Skip to content

Commit 197fe51

Browse files
drop session context
1 parent c402732 commit 197fe51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parseable/streams.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,7 @@ impl Stream {
10461046
.map_err(|e| PostError::Invalid(e.into()))?;
10471047

10481048
let field_stats = self.collect_all_field_stats(&ctx, &schema).await;
1049+
drop(ctx);
10491050

10501051
let stats = DatasetStats {
10511052
dataset_name: self.stream_name.clone(),

0 commit comments

Comments
 (0)