Parker Timmerman
Parker Timmerman
Given these are two fairly large features, I want to make sure they're called out in the README so users know about them.
After merging #287 the specialization for `String` in the `ToString` trait was disabled, pending the release of this PR https://github.com/sagebind/castaway/pull/13.
Commit: `d74d1e3c7cd922577767c8c2f9a8bdf7b7018e69` Rust Version: `cargo 1.70.0-nightly (0e474cfd7 2023-03-31)` OS: macOS 13.4 CPU: Apple M2 Max Running `cargo +nightly miri test` in the root of the crate, fails on the first...
This PR optimizes `PeekResponse`s by replacing `Vec` with a new `RowCollection` type which stores a collection of `Row`s in a contiguous blob. It makes the following changes: 1. `PeekResponse` generally...
This PR adds the initial pieces for building Materialize with Bazel: 1. A `WORKSPACE` file which is the root of the Bazel build system. 2. `.bazelignore` 3. Bazel platforms for...
This PR adds a V0 implementation of writing structured columnar data to S3. To start it introduces two `dyncfg`s to control this: 1. `persist_batch_columnar_format` - controls the format we'll use...
# Feature Support altering the `CHECK` statement of a webhook source. Getting the check/validation expression for a webhook source correct is difficult. If we allowed altering the `CHECK` statement of...
### Problem Apologies in advance if this is categorized incorrectly, I can see how this could be either a bug or feature request. Recently introduced to Cargo is the ability...
This PR explores what it might look like if we remove `DynStruct` the `trait Data` and instead rely on the `arrow-rs` types directly. Importantly it retains the enum-based Datum encoders...
_**work in progress**_ This PR updates the already existing `bazel mzimage` and uses it in the Nightly CI step. ### Motivation Faster CI startup ### Tips for reviewer ### Checklist...