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 2022/06/10 20:42:47 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue, #2720: Recent API change in `GlobalLimitExec` breaks compatibility with Ballista

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

   **Describe the bug**
   Commit https://github.com/apache/arrow-datafusion/commit/a25529166f82e4f52d56eba6448a5a32e126698e removed the public API method `GlobalLimitExec::limit()` which Ballista relies on in order to be able to introspect the operator and determine the limit.
   
   **To Reproduce**
   Upgrade Ballista to use DataFusion 9.0.0-rc1 and try compiling.
   
   **Expected behavior**
   We should maintain public methods for accessing limit (and offset as well now).
   
   **Additional context**
   None
   


-- 
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-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb closed issue #2720: Recent API change in `GlobalLimitExec` breaks compatibility with Ballista

Posted by GitBox <gi...@apache.org>.
alamb closed issue #2720: Recent API change in `GlobalLimitExec` breaks compatibility with Ballista
URL: https://github.com/apache/arrow-datafusion/issues/2720


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org