wangyum opened a new pull request #25392: [SPARK-28660][SQL][TEST] Port 
AGGREGATES.sql [Part 4]
URL: https://github.com/apache/spark/pull/25392
 
 
   ## What changes were proposed in this pull request?
   
   This PR is to port AGGREGATES.sql from PostgreSQL regression tests. 
https://github.com/postgres/postgres/blob/REL_12_BETA2/src/test/regress/sql/aggregates.sql#L607-L997
   
   The expected results can be found in the link: 
https://github.com/postgres/postgres/blob/REL_12_BETA2/src/test/regress/expected/aggregates.out#L1615-L2289
   
   When porting the test cases, found five PostgreSQL specific features that do 
not exist in Spark SQL:
   
   [SPARK-27980](https://issues.apache.org/jira/browse/SPARK-27980): 
Ordered-Set Aggregate Functions
   [SPARK-28661](https://issues.apache.org/jira/browse/SPARK-28661): 
Hypothetical-Set Aggregate Functions
   [SPARK-28382](https://issues.apache.org/jira/browse/SPARK-28382): Array 
Functions: unnest
   [SPARK-28663](https://issues.apache.org/jira/browse/SPARK-28663): Aggregate 
Functions for Statistics
   [SPARK-28664](https://issues.apache.org/jira/browse/SPARK-28664): ORDER BY 
in aggregate function
   
   ## How was this patch tested?
   
   N/A
   

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