rusackas commented on PR #42895: URL: https://github.com/apache/superset/pull/42895#issuecomment-5369118358
@sha174n checked this against duckdb directly and PERCENTILE_CONT(0.5) WITHIN GROUP runs fine there, alone or combined with a native `MEDIAN()` call in the same query. Redshift's restriction (see the comment in `redshift.py`) is specifically about combining two differently-ordered sort-based aggregates, not the syntax itself being rejected, so it'd only bite if someone converts one `MEDIAN` metric to Custom SQL while a second Simple `MEDIAN` on a different column stays in the same chart. Narrow enough that I'm leaving the prefill as-is. -- 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]
