arrow
arrow copied to clipboard
Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
CSV and JSON both convert strings to values in a Array but there is little code sharing beyond `arrow::util::StringConverter`. It would be advantageous if a single interface could be shared...
### Rationale for this change Aggregators like `first` and `last` are unusable in Ruby because they don't work when the execution plan is executed using multiple threads. ### What changes...
### Describe the bug, including details regarding any error messages, version, and platform. When creating an `Arrow::Table` from a Ruby Hash where a column contains nested arrays of Integer values,...
### Rationale for this change See https://github.com/apache/arrow/issues/36593 In particular this change is convenient when the column names stored in a file are different from the logical names associated with the...
### Describe the bug, including details regarding any error messages, version, and platform. When creating an `Arrow::Table` from a Ruby Hash, if a column contains nested arrays consisting solely of...
### Describe the enhancement requested I'm trying to do multiple Flight DoGet requests in parallel Ruby Threads/Fibers and observe that `ArrowFlight::Client#do_get` doesn't yield to another Thread/Fiber until the first Arrow...
### Rationale for this change https://github.com/apache/arrow/issues/48312 ### What changes are included in this PR? - Add new ODBC workflow for Windows MSVC - Added build fixes to enable build on...
### Describe the enhancement requested ### Short I'd like to be able to handle nulls in [`binary_join`](https://arrow.apache.org/docs/python/generated/pyarrow.compute.binary_join.html#pyarrow.compute.binary_join) in the same way as [`binary_join_element_wise`](https://arrow.apache.org/docs/python/generated/pyarrow.compute.binary_join_element_wise.html). ### Longer I've recently been trying to...
### Rationale for this change CRAN have added Alpine Linux to their additional jobs - we should make sure we can test for this on CI ### What changes are...
### Rationale for this change ### What changes are included in this PR? - Add a new method for building unpacking kernels. The `constexpr` code generation creates a kernel appropriate...