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 ce29d78 commit 0ae365cCopy full SHA for 0ae365c
datafusion/core/tests/physical_optimizer/enforce_distribution.rs
@@ -37,7 +37,6 @@ async fn apply_enforce_distribution_multiple_times() -> Result<()> {
37
let ctx = SessionContext::new_with_config(config);
38
39
// Create table schema and data
40
- // To reproduce to bug: the LOCATION should contain more than one aggregate_test_100.csv
41
let sql = "CREATE EXTERNAL TABLE aggregate_test_100 (
42
c1 VARCHAR NOT NULL,
43
c2 TINYINT NOT NULL,
0 commit comments