Matt Topol
Matt Topol
### Feature Request / Improvement Similar to `pyiceberg`'s [config file](https://py.iceberg.apache.org/configuration/) we should add handling for a config file to make it easier to manipulate the available options for the CLI...
### Feature Request / Improvement #58 added a small CLI for testing the catalogs, we should expand the usage help text a bit as suggested [in this comment](https://github.com/apache/iceberg-go/pull/58#discussion_r1487326967). The CLI...
From what I can tell, if Proton is based on / extends ClickHouse, it would make a lot of sense to add support for retrieving data in the [Apache Arrow](https://arrow.apache.org)...
## Description the `sync_event` member of `ArrowDeviceArray` needs to be a pointer to a `cudaEvent_t`, currently we're returning the `cudaEvent_t` directly. We need to be passing the address of the...
*Very rough* initial implementation of metrics evaluation and a simple scanner for Tables that produces the list of `FileScanTask`s to perform a scan along with positional delete files and so...
In preparation for adding Data Reading, I'm splitting up the PRs to make them more reasonable to review. This PR updates the version of the Arrow Go library being utilized...
### Go version go version go1.22.5 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/zeroshade/.cache/go-build' GOENV='/home/zeroshade/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/home/zeroshade/go/pkg/mod' GONOPROXY='github.com/voltrondata/*' GONOSUMDB='github.com/voltrondata/*'...
### Rationale for this change Building on #43632 which created the Async C Data Structures, this adds functions to `bridge.h`/`bridge.cc` to implement helpers for managing the Async C Data interfaces...
### Rationale for this change See https://github.com/apache/arrow-adbc/issues/811 and https://github.com/apache/arrow/issues/43631 ### What changes are included in this PR? Definition of `ArrowAsyncDeviceStreamHandler` and addition of it to the docs. I've sent an...
fixes #398 Have `toRequestedSchema` use the new `NewStructArrayWithFieldsAndNulls` function to correctly propagate null info and handle required fields within a nullable struct.