Skip to content

Commit 9fb7a38

Browse files
committed
fmt
1 parent 7acd483 commit 9fb7a38

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/src/datasource/physical_plan

1 file changed

+1
-1
lines changed

datafusion/core/src/datasource/physical_plan/parquet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1979,7 +1979,7 @@ mod tests {
19791979
async fn explain_plan(&self) -> String {
19801980
let query = format!("EXPLAIN ANALYZE {}", self.query);
19811981
let batches = self._run_query(&query).await;
1982-
1982+
19831983
pretty_format_batches(&batches)
19841984
.map(|s| format!("{}", s))
19851985
.unwrap_or_else(|_| "No explain plan generated".to_string())

0 commit comments

Comments
 (0)