You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2021/04/07 14:03:00 UTC

[jira] [Created] (ARROW-12261) [Rust] [Ballista] Ballista should not have its own DataFrame API

Andy Grove created ARROW-12261:
----------------------------------

             Summary: [Rust] [Ballista] Ballista should not have its own DataFrame API
                 Key: ARROW-12261
                 URL: https://issues.apache.org/jira/browse/ARROW-12261
             Project: Apache Arrow
          Issue Type: Task
          Components: Rust - Ballista
            Reporter: Andy Grove
             Fix For: 5.0.0


When building the Ballista POC it was necessary to implement a new DataFrame API that wrapped the DataFusion API.

One issue is that it wasn't possible to override the behavior of the collect method to make it use the Ballista context rather than the DataFusion context.

Now that the projects are in the same repo it should be easier to fix this and have users always use the DataFusion DataFrame API.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)