-
A specialized `between(arr, left_bound, right_bound)` kernel would avoid
multiple scans and AND operation
**Reporter**: [Wes McKinney](https://issues.apache.org/jira/browse/ARROW-9843) / @wesm
*…
-
https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-arm64-t4g-linux-compute/builds/2827#0188ac67-e5f6-4afc-81a0-86a9293efad5/6-842
```
[230611-23:57:22.275] [30266] [buildkite.benchmark.run] I…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Follow up to https://github.com/apache/arrow-rs/pull/5070
Applications and libraries wil…
-
According to our current policy, bug-fix (micro) releases of the C++ libraries are expected to be ABI stable, and so versions are not bumped (we should better document this, though, for which I opened…
-
### Describe the enhancement requested
TL;DR this code
https://github.com/apache/arrow/blob/0ef7351986ee8b967e210d0f9c7a9c8e4d4038fd/cpp/src/parquet/arrow/schema.cc#L396
hardcodes `is_adjusted_…
-
Like this:
https://arrow.apache.org/docs/11.0/r/articles/data_types.html#list-of-default-translations
-
### Is your feature request related to a problem or challenge?
As described in detail by @liukun4515 and @tustvold and @viirya on https://github.com/apache/arrow-datafusion/pull/6832, DataFusion'…
-
While there are several _versions_ that are Javascript-compatible, the "pure Typescript" version fails to type check.
- It is possible to use specific versions, e.g. `@apache-arrow/es2015-umd`.
…
-
### Is your feature request related to a problem or challenge?
I think there is room for improvement in `type coerceion` or `casting`.
# Background
`comparison_coercion` is widely used in dataf…
-
A number of people have asked following the rstudio::conf talk about how raster might be implemented in Arrow. Arrow serves a different purpose for raster (whose data buffers typically do not require …