irenjj commented on code in PR #15185: URL: https://github.com/apache/datafusion/pull/15185#discussion_r1991797793
########## datafusion/sqllogictest/test_files/explain_tree.slt: ########## @@ -1625,3 +1625,19 @@ physical_plan 33)-----------------------------│ -------------------- │ 34)-----------------------------│ name: nodes │ 35)-----------------------------└───────────────────────────┘ + +query TT +explain COPY (VALUES (1, 'foo', 1, '2023-01-01'), (2, 'bar', 2, '2023-01-02'), (3, 'baz', 3, '2023-01-03')) +TO 'test_files/scratch/explain_tree/1.json'; +---- +physical_plan +01)┌───────────────────────────┐ +02)│ DataSinkExec │ +03)└─────────────┬─────────────┘ Review Comment: How we can construct a test case to print non-empty `file_groups`?🤔 -- 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