Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: feldera/feldera
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.277.0
Choose a base ref
...
head repository: feldera/feldera
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.278.0
Choose a head ref
  • 4 commits
  • 13 files changed
  • 4 contributors

Commits on Apr 1, 2026

  1. Implement From<NonZeroUsize> for CircuitConfig

    lstwn authored and gz committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    c1ad4cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f51e7b6 View commit details
    Browse the repository at this point in the history
  3. cargo: MSRV from 1.91.1 to 1.93.1

    Signed-off-by: Simon Kassing <simon.kassing@feldera.com>
    snkas committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    3d73ba5 View commit details
    Browse the repository at this point in the history
  4. [adapters]: parallel delta output encoder

    Use SplitCursor to split the batch and distribute it across tasks,
    each task retries encoding and writing to delta lake and then returns
    Add actions which main task retries to commit to delta lake
    
    Signed-off-by: Swanand Mulay <73115739+swanandx@users.noreply.github.com>
    swanandx committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    714a79c View commit details
    Browse the repository at this point in the history
Loading