avantgardnerio commented on code in PR #3363:
URL: https://github.com/apache/arrow-datafusion/pull/3363#discussion_r963873800


##########
datafusion/core/src/physical_plan/explain.rs:
##########
@@ -121,8 +121,8 @@ impl ExecutionPlan for ExplainExec {
             )));
         }
 
-        let mut type_builder = 
StringBuilder::new(self.stringified_plans.len());
-        let mut plan_builder = 
StringBuilder::new(self.stringified_plans.len());
+        let mut type_builder = StringBuilder::new();

Review Comment:
   I updated them all there it was sensible with a default of `1024`.



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