jayzhan211 commented on code in PR #9474:
URL: https://github.com/apache/arrow-datafusion/pull/9474#discussion_r1513691528


##########
datafusion/physical-plan/src/memory.rs:
##########
@@ -151,6 +157,15 @@ impl MemoryExec {
         partitions: &[Vec<RecordBatch>],
         schema: SchemaRef,
         projection: Option<Vec<usize>>,
+    ) -> Result<Self> {
+        Self::try_new_with_show_sizes(partitions, schema, projection, true)
+    }
+
+    pub fn try_new_with_show_sizes(

Review Comment:
   create a new function to avoid changing too many existing try new functions



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