alamb commented on code in PR #4885:
URL: https://github.com/apache/arrow-datafusion/pull/4885#discussion_r1068148858
##########
datafusion/core/tests/sql/explain_analyze.rs:
##########
@@ -90,7 +90,7 @@ async fn explain_analyze_baseline_metrics() {
assert_metrics!(
&formatted,
"CoalescePartitionsExec",
- "metrics=[output_rows=3, elapsed_compute="
+ "metrics=[output_rows=5, elapsed_compute="
Review Comment:
this is due to the plan changing in the same way as explained in
`datafusion/core/tests/sql/window.rs`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]