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

   ### What is the problem the feature request solves?
   
   I was experimenting with some benchmarking and noticed that we do not yet 
have a native version of `SortAggregateExec`. This resulted in poor performance 
due to `CometColumnarToRow` being inserted into the plan.
   
   ```
   Execute InsertIntoHadoopFsRelationCommand [COMET: Execute 
InsertIntoHadoopFsRelationCommand is not supported]
   +-  WriteFiles [COMET: WriteFiles is not supported]
      +-  Window [COMET: Partitioning and sorting specifications must be the 
same.]
         +- CometSort
            +- AQEShuffleRead
               +- CometSinkPlaceHolder
                  +- CometColumnarExchange
                     +-  SortAggregate [COMET: SortAggregate is not supported]
                        +- CometColumnarToRow
                           +- CometSort
                              +- AQEShuffleRead
                                 +- CometColumnarExchange
                                    +-  SortAggregate [COMET: SortAggregate is 
not supported]
                                       +- CometColumnarToRow
                                          +- CometSort
                                             +- CometScan parquet 
   ```
   
   ### Describe the potential solution
   
   We should see what is involved in implementing `SortAggregateExec` natively.
   
   ### 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