maropu commented on a change in pull request #27866: [SPARK-31110][DOCS][SQL] 
refine sql doc for SELECT
URL: https://github.com/apache/spark/pull/27866#discussion_r390656694
 
 

 ##########
 File path: docs/sql-ref-syntax-qry-select-limit.md
 ##########
 @@ -88,6 +88,11 @@ SELECT name, age FROM person ORDER BY name LIMIT 
length('SPARK')
   | Mike A| 25|
   |Shone S| 16|
   +-------+---+
+
+-- A non-foldable expression as an input to limit is not allowed.
 
 Review comment:
   nit: `limit` -> `LIMIT`?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to