alamb commented on code in PR #15187:
URL: https://github.com/apache/datafusion/pull/15187#discussion_r1992212383


##########
datafusion/sqllogictest/test_files/explain_tree.slt:
##########
@@ -725,7 +725,12 @@ physical_plan
 32)└─────────────┬─────────────┘
 33)┌─────────────┴─────────────┐
 34)│       LazyMemoryExec      │
-35)└───────────────────────────┘
+35)│    --------------------   │
+36)│     batch_generators:     │
+37)│ generate_series: start=1, │
+38)│    end=1000, batch_size   │

Review Comment:
   my recommendation is to avoid printing the batch size here if possible
   
   And maybe we could add one line per generator 🤔 



-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to