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: feast-dev/feast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7ae64ec
Choose a base ref
...
head repository: feast-dev/feast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 90c5457
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 13, 2026

  1. fix: Use configured timestamp column names in RemoteOnlineStore.onlin…

    …e_write_batch
    
    RemoteOnlineStore.online_write_batch hardcoded "event_timestamp" and
    "created" as column names when serializing data for the feature server.
    On the server side, _convert_arrow_fv_to_proto resolves columns by the
    feature view's configured batch_source.timestamp_field and
    batch_source.created_timestamp_column. When those differ from the
    hardcoded defaults (e.g. "created_at"), the server throws a KeyError.
    
    Use the feature view's configured column names instead, falling back to
    the previous defaults when unset.
    
    Closes #6595
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
    franciscojavierarceo and claude committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    ba0340c View commit details
    Browse the repository at this point in the history
  2. style: Fix ruff formatting in test_remote_online_store.py

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
    franciscojavierarceo and claude committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    0f42079 View commit details
    Browse the repository at this point in the history
  3. fix: Guard against None batch_source for mypy

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
    franciscojavierarceo and claude committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    a2768c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2026

  1. Configuration menu
    Copy the full SHA
    f79a983 View commit details
    Browse the repository at this point in the history
  2. fix: Regenerate pixi.lock after pyproject.toml dependency changes

    The merge from master included #6599 (remove jsonschema, add attrs)
    which changed pyproject.toml without regenerating pixi.lock, causing
    pixi install --locked to fail in CI for duckdb-tests and ray-tests.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
    franciscojavierarceo and claude committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    90c5457 View commit details
    Browse the repository at this point in the history
Loading