You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Omega359 Thanks for the comment. Yes, this effort is also related with #14392.
I think we have 2 use cases for array_min & array_max functions (and i think this also common requirement for other SQL functions.). They are required for DataFusion end-users (not using Comet) and Comet support is another use-case because Spark supports them natively and DataFusion has not supported yet. We will also need for the mapping on Comet side for Spark queries using this scalar array functions submitted to DataFusion by Comet.
Is your feature request related to a problem or challenge?
Currently, Spark, Snowflake and Presto support
array_min
function. This can also be useful for DataFusion.Spark: https://docs.databricks.com/en/sql/language-manual/functions/array_min.html
Snowflake: https://docs.snowflake.com/en/sql-reference/functions/array_min
Presto: https://prestodb.io/docs/current/functions/array.html#array_min-x-x
Describe the solution you'd like
Adding
array_min
function support to DataFusion.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: