Skip to content

Commit 06961b1

Browse files
committed
chore: fix method used, after catchup to main
1 parent 7ec42b4 commit 06961b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/tests/physical_optimizer/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pub(crate) fn parquet_exec_with_stats() -> Arc<DataSourceExec> {
138138
.with_statistics(statistics);
139139
assert_eq!(config.statistics.num_rows, Precision::Inexact(10));
140140

141-
config.new_exec()
141+
config.build()
142142
}
143143

144144
pub fn create_test_schema() -> Result<SchemaRef> {

0 commit comments

Comments
 (0)