MaxGekk commented on a change in pull request #33966:
URL: https://github.com/apache/spark/pull/33966#discussion_r707267571



##########
File path: sql/core/src/test/resources/sql-tests/inputs/like-all.sql
##########
@@ -38,4 +38,4 @@ SELECT company FROM like_all_table WHERE company LIKE ALL 
(NULL, NULL);
 SELECT company FROM like_all_table WHERE company NOT LIKE ALL (NULL, NULL);
 
 -- negative case
-SELECT company FROM like_any_table WHERE company LIKE ALL ();
+SELECT company FROM like_all_table WHERE company LIKE ALL ();

Review comment:
       @cloud-fan Fixed the typo.




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to