Dewey Dunnington

Results 83 issues of Dewey Dunnington

After ARROW-17187 (#14271), we get at least two nightly build failures because of how cpp11 objects are constructed in some new test functions. This PR makes the constructors less ambiguous...

lang-R

This makes the default `map_batches()` behaviour lazy (i.e., the function is called once per batch as each batch arrives): ``` r library(arrow, warn.conflicts = FALSE) #> Some features are not...

lang-R

This PR enables the following to work: ``` r library(arrow, warn.conflicts = FALSE) #> Some features are not enabled in this build of Arrow. Run `arrow_info()` for more information. register_scalar_function(...

lang-R

**Is your feature request related to a problem? Please describe.** I wish I could use the `filter` argument of `cudf.read_parquet()` on nested columns. The in-progress GeoArrow specification is considering allowing...

feature request
0 - Backlog
libcudf
cuIO

### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Medium ### Please...

feature request
Needs Triage
External

The M1 runner apparently runs checks with `-Wconversion -Wno-sign-conversion -Werror`, which has caused the arrow package to have a very long list of compiler warnings/build failures on the package check...

This is a very odd error and is difficult to reproduce; however, I haven't been able to isolate any change in Arrow's code that may have caused this to occur....

Perhaps this was an intentional design decision; however, the behaviour was surprising to me since the other `cpp11::` do this. Maybe it's too expensive to protect here, or maybe just...

This PR updates the documentation for the `"crs"` metadata key to (1) better align with the GeoParquet specification and (2) ensure that producers have the option to provide whatever CRS...

The logo in #28 is a least-bad option to fill in the even worse option that was previously our github org logo. Ideas welcome!