We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f468983 commit e122df0Copy full SHA for e122df0
datafusion/core/tests/physical_optimizer/partition_statistics.rs
@@ -354,7 +354,7 @@ mod test {
354
355
#[tokio::test]
356
async fn test_statistic_by_partition_of_cross_join() -> Result<()> {
357
- let left_scan = create_scan_exec_with_statistics(None, Some(2)).await;
+ let left_scan = create_scan_exec_with_statistics(None, Some(1)).await;
358
let right_create_table_sql = "CREATE EXTERNAL TABLE t2 (id INT NOT NULL) \
359
STORED AS PARQUET LOCATION './tests/data/test_statistics_per_partition'\
360
WITH ORDER (id ASC);";
0 commit comments