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

This PR introduces a partial implementation for `dplyr::across()` when called within `dplyr::mutate()`. ``` r arrow_table(iris) %>% mutate(across(starts_with("Sepal"), list(round, sqrt))) #> Table (query) #> Sepal.Length: double #> Sepal.Width: double #> Petal.Length:...

lang-R

I am currently bootstrap a project using arrow/cpp, I want to use arrow without install it into system lib path. So I use the git command to make the arrow...

Introduce a helper class `AsyncStatSelector`, which contains an optimized specialization for `GetFileInfoGenerator` in the `LocalFileSystem` class. There are two variants of async discovery functions suported: 1. `DiscoverPartitionFiles`, which parallelizes traversal...

lang-c++

https://github.com/ursacomputing/crossbow/runs/7783226405?check_suite_focus=true WARN: thrift/0.16.0: requirement openssl/1.1.1o overridden by arrow/10.0.0 to openssl/1.1.1q WARN: grpc/1.47.0: requirement openssl/1.1.1o overridden by arrow/10.0.0 to openssl/1.1.1q WARN: grpc-proto/cci.20220627: requirement googleapis/cci.20220711 overridden by grpc/1.47.0 to googleapis/cci.20220531 ERROR: Missing...

parquet_static needs Thrift because cpp/src/parquet/thrift_internal.h uses Thrift. See also: https://github.com/microsoft/vcpkg/issues/22552#issuecomment-1211341648 We can test this by the following command lines: $ cd cpp/examples/parquet/parquet_arrow $ export Arrow_DIR=${ARROW_INSTALL_PREFIX}/lib/cmake/arrow $ export Parquet_DIR=${ARROW_INSTALL_PREFIX}/lib/cmake/arrow $ cmake...

parquet
lang-c++

Hello @kou - I had previously written about an issue of timestamp [ms] turning into timestamp [s] when loading parquet file data into an arrow table [Issue here](https://github.com/apache/arrow/issues/13396). This time,...

The current ci for Java s390x required manual maintenance for dependant libraries version. This PR extracts dependent library versions from pom.xml and builds necessary native libraries and commands.