@@ -24,8 +24,8 @@ use crate::delete_file_index::DeleteFileIndex;
2424use crate :: expr:: { Bind , BoundPredicate , Predicate } ;
2525use crate :: io:: object_cache:: ObjectCache ;
2626use crate :: scan:: {
27- BoundPredicates , ExpressionEvaluatorCache , FileScanTask , ManifestEvaluatorCache ,
28- PartitionFilterCache , AppendSnapshotSet ,
27+ AppendSnapshotSet , BoundPredicates , ExpressionEvaluatorCache , FileScanTask ,
28+ ManifestEvaluatorCache , PartitionFilterCache ,
2929} ;
3030use crate :: spec:: {
3131 ManifestContentType , ManifestEntryRef , ManifestFile , ManifestList , ManifestStatus , SchemaRef ,
@@ -47,7 +47,6 @@ pub(crate) struct ManifestFileContext {
4747 expression_evaluator_cache : Arc < ExpressionEvaluatorCache > ,
4848 delete_file_index : DeleteFileIndex ,
4949 case_sensitive : bool ,
50-
5150 snapshot_range : Option < Arc < AppendSnapshotSet > > ,
5251}
5352
@@ -187,7 +186,6 @@ pub(crate) struct PlanContext {
187186 pub partition_filter_cache : Arc < PartitionFilterCache > ,
188187 pub manifest_evaluator_cache : Arc < ManifestEvaluatorCache > ,
189188 pub expression_evaluator_cache : Arc < ExpressionEvaluatorCache > ,
190-
191189 pub snapshot_range : Option < Arc < AppendSnapshotSet > > ,
192190}
193191
0 commit comments