Skip to content

Commit 26fd3b4

Browse files
committed
revert change
1 parent d7c4822 commit 26fd3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/datafusion/src/sqlplanner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ mod tests {
584584
quick_test(
585585
"SELECT state, MIN(age), MAX(age) FROM person GROUP BY state",
586586
"Aggregate: groupBy=[[#4]], aggr=[[MIN(#3), MAX(#3)]]\
587-
\n TableScan: person projection=TBD",
587+
\n TableScan: person projection=None",
588588
);
589589
}
590590

0 commit comments

Comments
 (0)