arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing

Results 558 arrow issues
Sort by recently updated
recently updated
newest added

We would like to expose hashing functions via new compute functions. This PR would add a scalar compute function, `FastHash32`, which uses `Hashing32::HashMultiColumn` to compute a 32-bit hash for each...

lang-c++
docs

Motivated by investigation in #13654. To be discussed

lang-c++

Add `GetFragmentsAsync()` and `GetFragmentsAsyncImpl()` functions to the generic `Dataset` interface, which allows to produce fragments in a streamed fashion. This is one of the prerequisites for making `FileSystemDataset` to support...

lang-c++

See https://issues.apache.org/jira/browse/ARROW-17290

lang-c++

Reading the vignette about the datasets, it seems that the part about having self-describing file paths is repeated. This PR removes the second time this is mentioned and adds the...

lang-R

We got a IndexOutOfBoundsException: ``` 2022-08-03 09:33:34,076 Error executing query, currentState RUNNING, java.lang.RuntimeException: org.apache.spark.SparkException: Job aborted due to stage failure: Task 3315 in stage 5.0 failed 4 times, most recent...

lang-java

These changes aim to document the issue lifecycle - how to create new issues (largely already existed) as well as how to engage with and understand issue state later on....

docs