GuoPhilipse commented on a change in pull request #29056:
URL: https://github.com/apache/spark/pull/29056#discussion_r456728329



##########
File path: docs/sql-ref-syntax-qry-select-groupby.md
##########
@@ -91,6 +93,18 @@ aggregate_name ( [ DISTINCT ] expression [ , ... ] ) [ 
FILTER ( WHERE boolean_ex
     Filters the input rows for which the `boolean_expression` in the `WHERE` 
clause evaluates
     to true are passed to the aggregate function; other rows are discarded.
 
+* **FIRST**
+
+    `FIRST` select a first expression value from the data set, we can specific 
`IGNORE NULLS` to ignore NULLS, it is optional. 

Review comment:
       it seems your expression more natural. will improve it.




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to