Skip to content

Commit e122df0

Browse files
committed
rebase main and fix cross join test
1 parent f468983 commit e122df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/tests/physical_optimizer/partition_statistics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ mod test {
354354

355355
#[tokio::test]
356356
async fn test_statistic_by_partition_of_cross_join() -> Result<()> {
357-
let left_scan = create_scan_exec_with_statistics(None, Some(2)).await;
357+
let left_scan = create_scan_exec_with_statistics(None, Some(1)).await;
358358
let right_create_table_sql = "CREATE EXTERNAL TABLE t2 (id INT NOT NULL) \
359359
STORED AS PARQUET LOCATION './tests/data/test_statistics_per_partition'\
360360
WITH ORDER (id ASC);";

0 commit comments

Comments
 (0)