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-spark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.28
Choose a base ref
...
head repository: feast-dev/feast-spark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 48 files changed
  • 4 contributors

Commits on May 12, 2022

  1. Remove azure references in feast spark (#142)

    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    
    Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored May 12, 2022
    Configuration menu
    Copy the full SHA
    899574a View commit details
    Browse the repository at this point in the history
  2. Deprecate whitelist for non streaming jobs (#143)

    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    
    Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored May 12, 2022
    Configuration menu
    Copy the full SHA
    2871ba6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Retry connection failure while instantiating connection provider (#144)

    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    
    Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored May 16, 2022
    Configuration menu
    Copy the full SHA
    fcb80a0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. [DAT-1492] Make bigtable keys deterministic (#145)

    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    
    Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored May 18, 2022
    Configuration menu
    Copy the full SHA
    fef7c57 View commit details
    Browse the repository at this point in the history
  2. Persist information on whether an endpoint is in cluster mode or not (#…

    …146)
    
    Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
    
    Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored May 18, 2022
    Configuration menu
    Copy the full SHA
    e579a01 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Prevent crashing when job was deleted externally (#147)

    Signed-off-by: shuheng <khor.heng@gojek.com>
    
    Co-authored-by: shuheng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored May 23, 2022
    Configuration menu
    Copy the full SHA
    7324f17 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Prevent crashing when job was deleted externally (#147) (#149)

    Signed-off-by: shuheng <khor.heng@gojek.com>
    
    Co-authored-by: shuheng <khor.heng@gojek.com>
    
    Co-authored-by: shuheng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    67567fd View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Update feast dependency to 0.9.8 (#150)

    Signed-off-by: shuheng <khor.heng@gojek.com>
    
    Co-authored-by: shuheng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    0e0bdee View commit details
    Browse the repository at this point in the history
  2. Include protos in repository (#151)

    Signed-off-by: khorshuheng <khor.heng@gojek.com>
    
    Co-authored-by: khorshuheng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    141a312 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. implement data validation scala to avoid python dependencies (#148)

    * implement data validation scala to avoid python dependencies
    
    Signed-off-by: KeshavSharma <keshav.sharma@gojek.com>
    
    * fix formatting
    
    Signed-off-by: KeshavSharma <keshav.sharma@gojek.com>
    
    * reuse spark session from existing class
    
    Signed-off-by: KeshavSharma <keshav.sharma@gojek.com>
    
    * dont parse expectation config in rowvalidator
    
    Signed-off-by: KeshavSharma <keshav.sharma@gojek.com>
    
    Co-authored-by: KeshavSharma <keshav.sharma@gojek.com>
    keshav2211 and keshav2211 authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    311db46 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Instantiate Jedis client lazily and only once per JVM process (#152)

    Signed-off-by: khorshuheng <khor.heng@gojek.com>
    
    Co-authored-by: khorshuheng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    58ebe0f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Refactor validation spec (#153)

    Signed-off-by: khorshuheng <khor.heng@gojek.com>
    
    Co-authored-by: khorshuheng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    66ace80 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Revert changes on pipeline connection initialization (#154)

    * Revert "Instantiate Jedis client lazily and only once per JVM process (#152)"
    
    This reverts commit 58ebe0f.
    
    Signed-off-by: khorshuheng <khor.heng@gojek.com>
    
    * Revert "Retry connection failure while instantiating connection provider (#144)"
    
    This reverts commit fcb80a0.
    
    Signed-off-by: khorshuheng <khor.heng@gojek.com>
    
    Co-authored-by: khorshuheng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    929a7d1 View commit details
    Browse the repository at this point in the history
  2. Ignore cancelled job (#155)

    Signed-off-by: khorshuheng <khor.heng@gojek.com>
    
    Co-authored-by: khorshuheng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    2e9b256 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Add option for stencil token (#156)

    Signed-off-by: khorshuheng <khor.heng@gojek.com>
    
    Co-authored-by: khorshuheng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    96b9336 View commit details
    Browse the repository at this point in the history
  2. Initialize cluster provider / jedis pool only once (#157)

    Signed-off-by: khorshuheng <khor.heng@gojek.com>
    
    Co-authored-by: khorshuheng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    2be80cd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Fix pipeline error while using Redis cluster (#158)

    Signed-off-by: khorshuheng <khor.heng@gojek.com>
    
    Co-authored-by: khorshuheng <khor.heng@gojek.com>
    khorshuheng and khorshuheng authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    5cd2a86 View commit details
    Browse the repository at this point in the history
Loading