andygrove opened a new issue, #2084:
URL: https://github.com/apache/datafusion-comet/issues/2084

   ### What is the problem the feature request solves?
   
   There is a community effort to add Spark-compatible functions in the core 
DataFusion project in the `datafusion-spark` crate.
   
   We want to donate existing Comet functions to this new crate. This epic 
issue is to track donating our functions and then using them in Comet. In some 
cases, there may be existing versions of the function already in 
`datafusion-spark`, so we will need to review these and see if they would 
benefit from any improvements based on the Comet versions.
   
   Functions already in `datafusion-spark`:
   
   - [ ] https://github.com/apache/datafusion/pull/17032
   - [ ] https://github.com/apache/datafusion/pull/16962
   - [ ] https://github.com/apache/datafusion/pull/16936
   - [ ] https://github.com/apache/datafusion/pull/16924
   - [ ] https://github.com/apache/datafusion/pull/16848
   - [ ] https://github.com/apache/datafusion/pull/16828
   - [ ] https://github.com/apache/datafusion/pull/16780
   - [ ] https://github.com/apache/datafusion/pull/16125
   - [ ] https://github.com/apache/datafusion/pull/17037
   - [ ] https://github.com/apache/datafusion/pull/17024
   - [ ] https://github.com/apache/datafusion/pull/17013
   - [ ] https://github.com/apache/datafusion/pull/16946
   - [ ] https://github.com/apache/datafusion/pull/16942
   - [ ] https://github.com/apache/datafusion/pull/16940
   - [ ] https://github.com/apache/datafusion/pull/16937
   - [ ] https://github.com/apache/datafusion/pull/16829
   
   Functions to be donated from Comet: 
    
   - Aggregates
    - [ ] avg / avg_decimal
    - [ ] correlation
    - [ ] covariance
    - [ ] stddev
    - [ ] sum_decimal
    - [ ] variance
   - Array
    - [ ] array_insert
    - [ ] array_repeat
    - [ ] get_array_struct_fields
    - [ ] list_extract
   - Bitwise
    - [ ] bitwise_count
    - [ ] bitwise_get
    - [ ] bitwise_not
   - Bloom Filter
    - [ ] bloom_filter_agg
    - [ ] bloom_filter_might_contain
   - Conditional
    - [ ] if
   - Conversion
    - [ ] cast (not trivial)
   - Date/Time
   - [ ] date_add
   - [ ] date_sub
   - [ ] date_trunc
   - [ ] extract_date_part
   - [ ] timestamp_trunc
   
   
   
   
   ### Describe the potential solution
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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.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