You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/28 19:41:31 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #437: RepartitionExec produces no output if the input stream does not yield results immediately

alamb commented on issue #437:
URL: https://github.com/apache/arrow-datafusion/issues/437#issuecomment-850633732


   So the bug appears to be https://github.com/apache/arrow-datafusion/blob/aeed776986da6813a4e1c54d20e8bf0eb363d706/datafusion/src/physical_plan/repartition.rs#L240-L247
   
   Namely that there is (silently ignored) error due to an unsupported partitioning scheme. 
   
   So there are at least two problems: 
   1. the error is silently ignored
   2. The unknown partitioning is not supported 
   


-- 
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:
users@infra.apache.org