Skip to content

add a Java wrapper for datafusion #1108

@jimexist

Description

@jimexist

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

A challenge to add a Java wrapper for datafusion, so that we can leverage Rust's speed and memory management and also Java's eco-system.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Unlike Python where we have maturin - an easy to use binding to Rust, I'm trying to use JNI in this case but that requires handling memory on/off heap. One way to achieve this is to leverage Arrow's IPC between Java and Rust.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions