Distributed compute platform implemented in Rust, and powered by Apache Arrow.
-
Updated
Apr 20, 2021 - Rust
Note sure if it could be interesting but:
When registering a table:
addr: 0.0.0.0:8084
tables:
- name: "example"
uri: "/data/"
option:
format: "parquet"
use_memory_table: false
add in options:
glob
pattern: "file_typev1*.parquet"
or regexp
pattern: "\wfile_type\wv1\w*.parquet"
It would allow selecting in uri's with different exte
Add a description, image, and links to the datafusion topic page so that developers can more easily learn about it.
To associate your repository with the datafusion topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There are some discussions in #1228
Describe the solution you'd like
like #1290
Describe alternatives you've considered
The task is mechanical, however, it is ideal for newcomers to familiarize themselves with datafusion's build, test, and PR processes.
**Additional context