beliefer commented on a change in pull request #27476: 
[SPARK-27986][SQL][followup] window aggregate function with filter predicate is 
not supported
URL: https://github.com/apache/spark/pull/27476#discussion_r375903575
 
 

 ##########
 File path: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisErrorSuite.scala
 ##########
 @@ -191,12 +207,12 @@ class AnalysisErrorSuite extends AnalysisTest {
     "FILTER predicate specified, but aggregate is not an aggregate function" 
:: Nil)
 
   errorTest(
-    "DISTINCT and FILTER cannot be used in aggregate functions at the same 
time",
 
 Review comment:
   Why we change this error message?

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