dd-annarose commented on issue #24337: URL: https://github.com/apache/datafusion/issues/24337#issuecomment-5633979787
@Jefffrey We're hitting an issue when the percentile comes from a projection. The behavior would be the same as for (Trino)[https://trino.io/docs/current/functions/aggregate.html#approx_percentile]: the percentile argument must be constant for all inputs. So yes, essentially it would be a ScalarValue (not always folded into a ScalarValue). does that seem reasonable to you? -- 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]
