-
Notifications
You must be signed in to change notification settings - Fork 23
Comparing changes
Open a pull request
base repository: feast-dev/feast-spark
base: v0.2.28
head repository: feast-dev/feast-spark
compare: master
- 17 commits
- 48 files changed
- 4 contributors
Commits on May 12, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 899574a - Browse repository at this point
Copy the full SHA 899574aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2871ba6 - Browse repository at this point
Copy the full SHA 2871ba6View commit details
Commits on May 16, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for fcb80a0 - Browse repository at this point
Copy the full SHA fcb80a0View commit details
Commits on May 18, 2022
-
[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>
Configuration menu - View commit details
-
Copy full SHA for fef7c57 - Browse repository at this point
Copy the full SHA fef7c57View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e579a01 - Browse repository at this point
Copy the full SHA e579a01View commit details
Commits on May 23, 2022
-
Prevent crashing when job was deleted externally (#147)
Signed-off-by: shuheng <khor.heng@gojek.com> Co-authored-by: shuheng <khor.heng@gojek.com>
Configuration menu - View commit details
-
Copy full SHA for 7324f17 - Browse repository at this point
Copy the full SHA 7324f17View commit details
Commits on Jun 8, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 67567fd - Browse repository at this point
Copy the full SHA 67567fdView commit details
Commits on Jun 9, 2022
-
Update feast dependency to 0.9.8 (#150)
Signed-off-by: shuheng <khor.heng@gojek.com> Co-authored-by: shuheng <khor.heng@gojek.com>
Configuration menu - View commit details
-
Copy full SHA for 0e0bdee - Browse repository at this point
Copy the full SHA 0e0bdeeView commit details -
Include protos in repository (#151)
Signed-off-by: khorshuheng <khor.heng@gojek.com> Co-authored-by: khorshuheng <khor.heng@gojek.com>
Configuration menu - View commit details
-
Copy full SHA for 141a312 - Browse repository at this point
Copy the full SHA 141a312View commit details
Commits on Jun 15, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 311db46 - Browse repository at this point
Copy the full SHA 311db46View commit details
Commits on Jun 21, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 58ebe0f - Browse repository at this point
Copy the full SHA 58ebe0fView commit details
Commits on Jun 27, 2022
-
Refactor validation spec (#153)
Signed-off-by: khorshuheng <khor.heng@gojek.com> Co-authored-by: khorshuheng <khor.heng@gojek.com>
Configuration menu - View commit details
-
Copy full SHA for 66ace80 - Browse repository at this point
Copy the full SHA 66ace80View commit details
Commits on Jun 29, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 929a7d1 - Browse repository at this point
Copy the full SHA 929a7d1View commit details -
Signed-off-by: khorshuheng <khor.heng@gojek.com> Co-authored-by: khorshuheng <khor.heng@gojek.com>
Configuration menu - View commit details
-
Copy full SHA for 2e9b256 - Browse repository at this point
Copy the full SHA 2e9b256View commit details
Commits on Jul 7, 2022
-
Add option for stencil token (#156)
Signed-off-by: khorshuheng <khor.heng@gojek.com> Co-authored-by: khorshuheng <khor.heng@gojek.com>
Configuration menu - View commit details
-
Copy full SHA for 96b9336 - Browse repository at this point
Copy the full SHA 96b9336View commit details -
Initialize cluster provider / jedis pool only once (#157)
Signed-off-by: khorshuheng <khor.heng@gojek.com> Co-authored-by: khorshuheng <khor.heng@gojek.com>
Configuration menu - View commit details
-
Copy full SHA for 2be80cd - Browse repository at this point
Copy the full SHA 2be80cdView commit details
Commits on Jul 8, 2022
-
Fix pipeline error while using Redis cluster (#158)
Signed-off-by: khorshuheng <khor.heng@gojek.com> Co-authored-by: khorshuheng <khor.heng@gojek.com>
Configuration menu - View commit details
-
Copy full SHA for 5cd2a86 - Browse repository at this point
Copy the full SHA 5cd2a86View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.28...master