-
Platform: Linux using pip
Steps to reproduce:
1. `pip install google-cloud-storage pyarrow==14.0.1`
2. Run following code:
```
from pyarrow import fs
gcs = fs.GcsFileSystem()
```
This is f…
-
Hello , we just tried latest apache-arrow version 3.0.0 and the write example included in low level api example, but lz4 still seems not compatible with Hadoop . we got this error reading over hadoop …
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Description
Currently, there are many sys…
-
It might make sense to have a look at supporting Arrow Flight as endpoint, this looks to be a good match with roapi.
https://arrow.apache.org/docs/format/Flight.html
-
Hi,
Noticed some odd behaviour with reading/writing Dec128 data types. Just documenting in case this is an issue (and not me making a mistake).
I have some data (from SQL) in Dec128 format, whic…
-
For example, DuckDB now surfaces data interchange with the C data interface: should we list that that's possible?
I imagine this would either go in the C Data interface section of https://arrow.ap…
-
### Is your feature request related to a problem or challenge?
As we port our tests to sqllogictests https://github.com/apache/arrow-datafusion/issues/4460 it is important to retain test coverage
…
-
I'm not exactly sure what happened, the rc1 _has_ 4.0.1 in the relevant places: https://github.com/apache/arrow/blob/release-4.0.1-rc1/r/DESCRIPTION#L3
but the release branch does not seem to have it…
-
### Describe the enhancement requested
This could be aligned with the new [Spark variant type](https://github.com/apache/spark/blob/master/common/variant/README.md) or it could not be.
### Compo…
-
We regularly get reports about potential memory usage issues (memory leaks, ..), and often we need to clarify expectations around what is being observed or give hints on how to explore the memory usag…