alamb commented on code in PR #7989: URL: https://github.com/apache/arrow-datafusion/pull/7989#discussion_r1376745696
########## datafusion/sqllogictest/test_files/aggregate.slt: ########## @@ -2282,6 +2294,13 @@ select max(x_dict) from value_dict group by x_dict % 2 order by max(x_dict); 4 5 +statement ok +drop table value Review Comment: Drive By cleanup: added clean up from the test, which I noticed while working on this PR ########## datafusion/sqllogictest/test_files/aggregate.slt: ########## @@ -2020,14 +2020,6 @@ statement ok drop table t; - - -statement error DataFusion error: Execution error: Table 't_source' doesn't exist\. Review Comment: drive by cleanup -- this looks like it was a copy/paste of the statements immediately above, so I removed the duplication -- 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]
