Skip to content

Commit 0ae365c

Browse files
committed
remove useless comments
1 parent ce29d78 commit 0ae365c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion/core/tests/physical_optimizer/enforce_distribution.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ async fn apply_enforce_distribution_multiple_times() -> Result<()> {
3737
let ctx = SessionContext::new_with_config(config);
3838

3939
// Create table schema and data
40-
// To reproduce to bug: the LOCATION should contain more than one aggregate_test_100.csv
4140
let sql = "CREATE EXTERNAL TABLE aggregate_test_100 (
4241
c1 VARCHAR NOT NULL,
4342
c2 TINYINT NOT NULL,

0 commit comments

Comments
 (0)