Skip to content

Commit 787eafe

Browse files
committed
resolve conflicts
1 parent 1922c7e commit 787eafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/datasource/src/statistics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ pub fn compute_file_group_statistics(
498498
});
499499

500500
if let Some(stats) = statistics {
501-
file_group = file_group.with_statistics(stats);
501+
file_group = file_group.with_statistics(Arc::new(stats));
502502
}
503503

504504
file_group

0 commit comments

Comments
 (0)