XieJiann commented on code in PR #15608: URL: https://github.com/apache/doris/pull/15608#discussion_r1062291233
########## regression-test/suites/nereids_syntax_p0/information_schema.groovy: ########## @@ -19,4 +19,14 @@ suite("information_schema") { List<List<Object>> table = sql """ select * from information_schema.backends; """ assertTrue(table.size() > 0) // row should > 0 assertTrue(table[0].size == 23) // column should be 23 + List<List<Object>> table = sql """ select * from information_schema.backends; """ Review Comment: removed -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org