Results 109 issues of Bryce Mecum

https://github.com/apache/arrow/pull/41135 updated the PyArrow install docs to mention the recent split of PyArrow into three separate packages. It will be included in the v17 release but I think we should...

### Rationale for this change See https://github.com/apache/arrow/issues/42240. ### What changes are included in this PR? - Fixes a crash in `ParquetFileWriter$WriteTable` by asserting the class of what's passed in and...

Component: R
Component: Parquet
awaiting merge

### Describe the enhancement requested GRPC (and by extension FlightRPC) isn't fork-safe: > gRPC Python wraps gRPC core, which uses multithreading for performance, and hence doesn't support fork() [[Source](https://github.com/grpc/grpc/blob/master/doc/fork_support.md)] While...

Type: enhancement
Component: Python
Component: FlightRPC

Had an odd one come in today from OPC that Rani reported and I looked into: A user was using the editor UI to update a package with one metadata...

bug
cannot reproduce
submission & error handling

I opened up NetNewsWire today and noticed that it wasn't attempting to refresh any of my feeds. I then tried the Refresh menu bar command and got this error: ![Screenshot...

### Describe the enhancement requested # Packaging checklist for CRAN release For a high-level overview of the release process see the [Apache Arrow Release Management Guide](https://arrow.apache.org/docs/developers/release.html#post-release-tasks). cc @jonkeane @thisisnic @amoeba...

Type: enhancement
Component: R

I'd like to be able to map the combination of pressing a mouse button while holding a modifier key (cmd, ctrl, alt, shift) to a key combination. e.g., option+button4 mapped...

just ran into this box overflow with a long URL: on https://dev.nceas.ucsb.edu/#view/urn:uuid:f5737e98-1bae-489d-ba99-55203e253a46. There are a couple of ways to prevent this overflow but I'm not yet sure what makes the...

bug
hacktoberfest-accepted

I've noticed this in additionalMetadata sections for a while and now that I'm implementing all of EML `TextType` (which includes supporting `literalLayout`) I'm seeing this in that tag too. Content...

hacktoberfest-accepted

I tried to add a file and ended up in a state I thought was kinda weird: I realized that this happens if the file is 0 bytes. Maybe the...

bug
editor
submission & error handling