Skip to content

Commit a4a307b

Browse files
committed
TEST
1 parent a43ce8b commit a4a307b

File tree

1 file changed

+1
-0
lines changed
  • datafusion/physical-plan/src/aggregates

1 file changed

+1
-0
lines changed

datafusion/physical-plan/src/aggregates/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,6 +1939,7 @@ mod tests {
19391939
.build()?,
19401940
];
19411941

1942+
19421943
let blocking_exec = Arc::new(BlockingExec::new(Arc::clone(&schema), 1));
19431944
let refs = blocking_exec.refs();
19441945
let aggregate_exec = Arc::new(AggregateExec::try_new(

0 commit comments

Comments
 (0)