alamb commented on code in PR #2578:
URL: https://github.com/apache/arrow-datafusion/pull/2578#discussion_r884745100


##########
datafusion/core/tests/sql/explain_analyze.rs:
##########
@@ -642,7 +642,7 @@ order by
 #[tokio::test]
 async fn test_physical_plan_display_indent() {
     // Hard code target_partitions as it appears in the RepartitionExec output
-    let config = SessionConfig::new().with_target_partitions(3);
+    let config = SessionConfig::new().with_target_partitions(9000);

Review Comment:
   Here is another way it is handled ("explain normalizer"): 
   
   
   
https://github.com/tustvold/arrow-datafusion/blob/url-refactor/datafusion/core/tests/sql/mod.rs#L820-L858



-- 
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]

Reply via email to