You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/30 11:50:46 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2578: Extract Listing URI logic into ListingTableUri structure

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org