Blake Orth
Blake Orth
- Adds GoCloud (Go CDK) source - Implements parquet source for a generic Go Cloud blob storage
When using a JSON schema to generate output for Go, the `omitempty` tag is not applied to embedded objects that are not required by the schema. This results in the...
The current comment style is more "C" style and isn't GoDoc friendly. Clean up the comments to beautify our godoc output.
The current GeoParquet writer seems to lack some user controls. Unless I've missed something, there's no way to specify a primary geometry column (one will be chosen for you), and...
- Implements the Take trait for GeometryArray - Adds GeometryArray as a valid type for NativeArray's Take Impl closes #985
The `Take` trait seems to be implemented for all Native array types except `GeometryArray` and attempting to convert a `GeometryArray` to `&dyn NativeArray` to use the dynamic `Take` implementation results...
MinIO recently made the decision to make its public repository a "source only" distribution: - https://github.com/minio/minio/issues/21647#issuecomment-3418675115 - https://github.com/minio/minio?tab=readme-ov-file#source-only-distribution This means the MinIO official docker image will no longer be updated....
### Is your feature request related to a problem or challenge? The current implementation of the `DefaultListFilesCache` stores and retrieves entries from the cache using a provided `Path` as the...