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: v0.22.3
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: v0.22.4
Choose a head ref
  • 10 commits
  • 41 files changed
  • 6 contributors

Commits on Aug 15, 2022

  1. fix: Fix on demand feature view output in feast plan + Web UI crash (#…

    …3057)
    
    * fix: Fix on demand feature view output in feast plan + Web UI crash with ODFV
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * lint
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * fix tests
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    adchia committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    a44fe66 View commit details
    Browse the repository at this point in the history
  2. docs: Improve release process notes (#3060)

    * docs: Improve release process notes
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * more links
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * more links
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    adchia committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1ac2186 View commit details
    Browse the repository at this point in the history
  3. fix: Fix Spark offline store type conversion to arrow (#3071)

    * Fix unit tests related to empty list types
    
    Signed-off-by: niklasvm <niklasvm@gmail.com>
    
    * formatting
    
    Signed-off-by: niklasvm <niklasvm@gmail.com>
    
    Signed-off-by: niklasvm <niklasvm@gmail.com>
    niklasvm authored and adchia committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    8e6a6b1 View commit details
    Browse the repository at this point in the history
  4. fix: Fix incorrect on demand feature view diffing and improve Java te…

    …sts (#3074)
    
    * fix: Fix ODFV bug
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    adchia committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    dd46d45 View commit details
    Browse the repository at this point in the history
  5. ci: Fix improper workflow setup. Exclude test resource phase when Jav…

    …a integration tests are skipped
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    adchia committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    83ffb04 View commit details
    Browse the repository at this point in the history
  6. ci: Fix accidental m2 exclusion

    Signed-off-by: Danny Chiao <danny@tecton.ai>
    adchia committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    bdc3451 View commit details
    Browse the repository at this point in the history
  7. fix: Fix field mapping logic during feature inference (#3067)

    fix: Fix bug where feature inference was improperly registering timestamp and created field if part of field_mapping
    
    Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>
    
    Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>
    sfc-gh-madkins authored and adchia committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3668702 View commit details
    Browse the repository at this point in the history
  8. ci: Fix go unit tests failure (#3078)

    * ci: Fix go unit tests failure
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * Temporary fix?
    
    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    Co-authored-by: Kevin Zhang <kzhang@tecton.ai>
    adchia and kevjumba committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6b40e35 View commit details
    Browse the repository at this point in the history
  9. docs: Codebase structure (#3050)

    * Codebase structure docs
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    
    * Address code review
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 authored and adchia committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    54c07d7 View commit details
    Browse the repository at this point in the history
  10. chore(release): release 0.22.4

    ## [0.22.4](v0.22.3...v0.22.4) (2022-08-15)
    
    ### Bug Fixes
    
    * Fix field mapping logic during feature inference ([#3067](#3067)) ([3668702](3668702))
    * Fix incorrect on demand feature view diffing and improve Java tests ([#3074](#3074)) ([dd46d45](dd46d45))
    * Fix on demand feature view output in feast plan + Web UI crash ([#3057](#3057)) ([a44fe66](a44fe66))
    * Fix Spark offline store type conversion to arrow ([#3071](#3071)) ([8e6a6b1](8e6a6b1))
    feast-ci-bot committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    8c06829 View commit details
    Browse the repository at this point in the history
Loading