izveigor commented on code in PR #6872: URL: https://github.com/apache/arrow-datafusion/pull/6872#discussion_r1256261926
########## datafusion/core/tests/sqllogictests/test_files/array.slt: ########## @@ -365,6 +365,31 @@ select array_concat(make_array(), make_array(2, 3)); ---- [2, 3] +# array_concat with different dimensions Review Comment: In my opinion, it would be better to write `# array_concat with different dimensions #1 (2D + 1D)` in all test cases (where `1` is the test case number). -- 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]
