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: 7eb430a
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: 0384bb9
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 <kzhang@tecton.ai>
    
    * Fix readme.md
    
    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    
    * Fix md
    
    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    
    Co-authored-by: Danny Chiao <danny@tecton.ai>
    (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 <achals@gmail.com>
    
    * Print attempt
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * Increase sleep interval
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * More logging and sleep
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * change logging to debug
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * Change the dockerimage name
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * Change version to have periods
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * Change version entirely
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * Undo unintended changes
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * Remove dead branch
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    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 <danny@tecton.ai>
    
    * fix test
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    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 <ptoman@paloaltonetworks.com>
    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 <danny@tecton.ai>
    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. fix: Fix Spark template to work correctly on feast init -t spark (#2393)

    Signed-off-by: Danny Chiao <danny@tecton.ai>
    adchia committed Mar 9, 2022
    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