ozankabak commented on code in PR #16217:
URL: https://github.com/apache/datafusion/pull/16217#discussion_r2126883202


##########
datafusion/sqllogictest/test_files/aggregate.slt:
##########
@@ -173,9 +173,6 @@ SELECT approx_percentile_cont(c12) WITHIN GROUP (ORDER BY 
c12) FROM aggregate_te
 statement error DataFusion error: This feature is not implemented: Tdigest 
max_size value for 'APPROX_PERCENTILE_CONT' must be a literal
 SELECT approx_percentile_cont(0.95, c5) WITHIN GROUP (ORDER BY c12) FROM 
aggregate_test_100
 
-statement error DataFusion error: This feature is not implemented: Conflicting 
ordering requirements in aggregate functions is not supported

Review Comment:
   Actually not -- this query works now. I looked at what is going on and it 
seems like the requirements are not really conflicting, seems like the old 
equivalence system wasn't able to handle it.
   
   It'd be great if you can double check as well, so we don't accidentally 
start accepting queries we can't currently execute correctly :)



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to