Kevin Gurney
Kevin Gurney
# Note 1. **This pull request is a work in progress. Please do not merge yet.** # Overview This pull request: 1. Removes hard-coded dependencies on "master" as the default...
### Rationale for this change Per the following mailing list discussion: https://lists.apache.org/thread/0xyow40h7b1bptsppb0rxd4g9r1xpmh6 to integrate the MATLAB interface code with the existing Arrow release tooling, we first need to add a...
This is a follow up to #326. As discussed in https://github.com/apache/arrow-site/pull/326#discussion_r1128584928, it would be helpful if the website deployment script (`.github/workflows/deploy.yml`) ran the website build steps inside of a custom...
### Describe the enhancement requested This is a follow up to https://github.com/apache/arrow/pull/38357#discussion_r1365908049. In the C++ code for the MATLAB interface, we frequently `wrap`/`unwrap` Arrow types, like `arrow::Array`, into/from a corresponding...