alamb commented on code in PR #8261: URL: https://github.com/apache/arrow-datafusion/pull/8261#discussion_r1399317448
########## datafusion/sqllogictest/test_files/explain.slt: ########## @@ -362,3 +362,18 @@ GlobalLimitExec: skip=0, fetch=10, statistics=[Rows=Exact(8), Bytes=Absent, [(Co statement ok set datafusion.execution.collect_statistics = false; + +# Explain ArrayFuncions + +statement ok +set datafusion.explain.physical_plan_only = false + +query TT +explain select make_array(make_array(1, 2, 3), make_array(4, 5, 6)); Review Comment: Given there is a special case for `[]` can we also please add a test for that as well? -- 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]
