Jefffrey commented on code in PR #9104: URL: https://github.com/apache/arrow-datafusion/pull/9104#discussion_r1476868875
########## datafusion/sqllogictest/test_files/information_schema.slt: ########## @@ -115,14 +115,14 @@ datafusion information_schema schemata VIEW datafusion information_schema tables VIEW datafusion information_schema views VIEW -query TTTT rowsort -SELECT * from information_schema.tables WHERE datafusion.information_schema.tables.table_schema='information_schema'; ----- -datafusion information_schema columns VIEW -datafusion information_schema df_settings VIEW -datafusion information_schema schemata VIEW -datafusion information_schema tables VIEW -datafusion information_schema views VIEW +#query TTTT rowsort +#SELECT * from information_schema.tables WHERE datafusion.information_schema.tables.table_schema='information_schema'; +#---- +#datafusion information_schema columns VIEW +#datafusion information_schema df_settings VIEW +#datafusion information_schema schemata VIEW +#datafusion information_schema tables VIEW +#datafusion information_schema views VIEW Review Comment: Yeah that sounds good :+1: -- 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]
