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.19.2
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.19.3
Choose a head ref
  • 7 commits
  • 26 files changed
  • 5 contributors

Commits on Mar 8, 2022

  1. fix: Fix spark docs (#2382)

    * Fix spark docs
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix readme.md
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix md
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    Co-authored-by: Danny Chiao <[email protected]>
    (cherry picked from commit d4a606a)
    kevjumba and adchia committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    599dbbb View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. fix: Use the correct dockerhub image tag when building feature servers (

    #2372)
    
    * fix: Use the correct dockerhub image tag when building feature servers
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * Print attempt
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * Increase sleep interval
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * More logging and sleep
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * change logging to debug
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * Change the dockerimage name
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * Change version to have periods
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * Change version entirely
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * Undo unintended changes
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * Remove dead branch
    
    Signed-off-by: Achal Shah <[email protected]>
    achals authored and adchia committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    a6211cf View commit details
    Browse the repository at this point in the history
  2. fix: Making a name for data sources not a breaking change (#2379)

    * fix: Making a name for data sources not a breaking change
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix test
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    993b8cc View commit details
    Browse the repository at this point in the history
  3. fix: Closes threadpool resources upon datastore online_write_batch co…

    …mpletion (#2386)
    
    Signed-off-by: Pamela Toman <[email protected]>
    ptoman-pa authored and adchia committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    7a93152 View commit details
    Browse the repository at this point in the history
  4. fix: Fixing Spark template to include source name (#2381)

    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e7a3b3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d877d27 View commit details
    Browse the repository at this point in the history
  6. chore(release): release 0.19.3

    ## [0.19.3](v0.19.2...v0.19.3) (2022-03-09)
    
    ### Bug Fixes
    
    * Closes threadpool resources upon datastore online_write_batch completion ([#2386](#2386)) ([7a93152](7a93152))
    * Fix spark docs ([#2382](#2382)) ([599dbbb](599dbbb))
    * Fix Spark template to work correctly on feast init -t spark ([#2393](#2393)) ([d877d27](d877d27))
    * Fixing Spark template to include source name ([#2381](#2381)) ([e7a3b3f](e7a3b3f))
    * Making a name for data sources not a breaking change ([#2379](#2379)) ([993b8cc](993b8cc))
    * Use the correct dockerhub image tag when building feature servers ([#2372](#2372)) ([a6211cf](a6211cf))
    feast-ci-bot committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    0384bb9 View commit details
    Browse the repository at this point in the history
Loading