alamb commented on code in PR #4572:
URL: https://github.com/apache/arrow-datafusion/pull/4572#discussion_r1044727781
##########
datafusion/core/tests/sqllogictests/test_files/ddl.slt:
##########
@@ -59,7 +59,7 @@ statement error Error during planning: table
'datafusion.public.users' not found
select * from users;
# Can not drop it again
-statement error Table Bare \{ table: "user" \} doesn't exist.
+statement error Table 'user' doesn't exist.
Review Comment:
You can see the result of the changes in this file ❤️
--
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]