-
now have many destinations, ex. tocsv, todb...
can add toparquet in next version?
-
### Is your feature request related to a problem or challenge?
TLDR is that it would be nice to more easily use DataFusion as an execution engine for engines like Spark (e.g. the comet project ht…
alamb updated
10 months ago
-
### Is your feature request related to a problem or challenge?
Many people who use DataFusion for the first time are querying a single CSV file, so we may want to benchmark that scenario (via bench.s…
-
**Describe the bug**
There is some problem reading the Arrow Map files from the IPC format
in the reader tests: https://github.com/apache/arrow-rs/blob/81abc1a942cd13a92231f4a828077ad60fdabe36/arr…
-
I have the exact same issue as was discussed here:
```java
// code placeholder
raise RuntimeError('Not supported on 32-bit Windows')
RuntimeError: Not supported on 32-bit Windows
--…
-
### Describe the bug
https://arrow.apache.org/datafusion/user-guide/cli.html
the CLI cannot run
```
datafusion-cli
-bash: datafusion-cli: command not found
```
### To Reproduce
pip install d…
l1t1 updated
6 months ago
-
**Is your feature request related to a problem? Please describe.**
I use cube to accelerate an api and related web application. The rest api is a very convenient api to program against, and I like k…
-
Hi, in my case, I want to create a arrow file in client side, then pass to server side. But when I just try run `writeArrowFeather`, will show the `IndexOutOfBoundsException` issues.
```java
Exce…
-
Compute functions listed at
- https://github.com/apache/arrow/blob/master/docs/source/cpp/compute.rst
- https://github.com/apache/arrow/blob/master/docs/source/python/compute.rst
are not in alphabe…
-
There's a tutorial about this on the Arrow C++ documentation:
https://arrow.apache.org/docs/cpp/md_tutorials_row_wise_conversion.html
From Arrow to row-wise is the second half of the document.