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.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.19.4
Choose a head ref
  • 5 commits
  • 34 files changed
  • 4 contributors

Commits on Apr 6, 2022

  1. ci: Pin setup-gcloud actions to v0 instead of master (#2434)

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1b7c0fc View commit details
    Browse the repository at this point in the history
  2. fix: Don't prevent apply from running given duplicate empty names in …

    …data sources. Also fix repeated apply of Spark data source. (#2415)
    
    * fix: Print more warning statements on requirement for data sources to have name in future, but don't prevent apply from running if there are duplicate empty data sources. Also attach class type when applying data sources so repeated feast apply commands properly work for Spark
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * typo
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * typo
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * fix
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * fix
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * fix
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * More tests
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * fix
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * fix
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * fix
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * fix
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * revert
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * fix
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * fix
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    
    * fix
    
    Signed-off-by: Danny Chiao <danny@tecton.ai>
    adchia authored and felixwang9817 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    88e01a2 View commit details
    Browse the repository at this point in the history
  3. fix: Add spark to lambda dockerfile (#2480)

    * add spark to lambda dockerfile
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * add *args
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * Add *args
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    
    * Pin protobuf==3.19.4
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    
    * Remove *args
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    
    * Add a range
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * Add a todo
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * cleanup prints
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * lock deps
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * lock deps correctly
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * fix lint
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * fix lint take 2
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * Undo general updates
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    Co-authored-by: Felix Wang <wangfelix98@gmail.com>
    achals and felixwang9817 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    ba22c28 View commit details
    Browse the repository at this point in the history
  4. fix: Fix DataSource constructor to unbreak custom data sources (#2492)

    * fix: Fix DataSource constructor to unbreak custom data sources
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * fix first party refernces to use kwargs only
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    
    * remove force kwargs
    
    Signed-off-by: Achal Shah <achals@gmail.com>
    achals authored and felixwang9817 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    2115bd0 View commit details
    Browse the repository at this point in the history
  5. chore(release): release 0.19.4

    ## [0.19.4](v0.19.3...v0.19.4) (2022-04-06)
    
    ### Bug Fixes
    
    * Add spark to lambda dockerfile ([#2480](#2480)) ([ba22c28](ba22c28))
    * Don't prevent apply from running given duplicate empty names in data sources. Also fix repeated apply of Spark data source. ([#2415](#2415)) ([88e01a2](88e01a2))
    * Fix DataSource constructor to unbreak custom data sources ([#2492](#2492)) ([2115bd0](2115bd0))
    feast-ci-bot committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    20e7a6f View commit details
    Browse the repository at this point in the history
Loading