jayzhan211 commented on issue #24410:
URL: https://github.com/apache/datafusion/issues/24410#issuecomment-5307426738

   ```
   SELECT c1, approx_percentile_cont(0.95, 200 ORDER BY c3)
   FROM aggregate_test_repro
   GROUP BY c1;
   ```
   
   Is this valid query in DataFusion? 
   
   
https://duckdb.org/docs/lts/sql/functions/aggregates#ordered-set-aggregate-functions
   
   Don't we need WITHIN GROUP for ordered set aggregation function like DuckDB


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to