We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec42b4 commit 06961b1Copy full SHA for 06961b1
datafusion/core/tests/physical_optimizer/test_utils.rs
@@ -138,7 +138,7 @@ pub(crate) fn parquet_exec_with_stats() -> Arc<DataSourceExec> {
138
.with_statistics(statistics);
139
assert_eq!(config.statistics.num_rows, Precision::Inexact(10));
140
141
- config.new_exec()
+ config.build()
142
}
143
144
pub fn create_test_schema() -> Result<SchemaRef> {
0 commit comments