cloud-fan commented on code in PR #35975:
URL: https://github.com/apache/spark/pull/35975#discussion_r850093873


##########
sql/core/src/test/resources/sql-tests/inputs/limit.sql:
##########
@@ -3,6 +3,7 @@
 SELECT * FROM testdata LIMIT 2;
 SELECT * FROM arraydata LIMIT 2;
 SELECT * FROM mapdata LIMIT 2;
+SELECT * FROM mapdata LIMIT 2 OFFSET 0;

Review Comment:
   If we think the pgsql tests are sufficient for OFFSET, we don't need to 
touch 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]


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

Reply via email to