alamb opened a new issue #179:
URL: https://github.com/apache/arrow-datafusion/issues/179


   *Note*: migrated from original JIRA: 
https://issues.apache.org/jira/browse/ARROW-11625
   
   SortExec has the following error check at execution time and this could be 
moved into the try_new constructor so the error check happens at planning time 
instead.
   
    
   {code:java}
   if 1 != self.input.output_partitioning().partition_count() {
       return Err(DataFusionError::Internal(
           "SortExec requires a single input partition".to_owned(),
       ));
   } {code}


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to