Skip to content

Releases: feast-dev/feast-spark

Feast Spark v0.2.17

16 Dec 06:18
63f458c
Compare
Choose a tag to compare
Upgrade version to 0.2.17 (#103)

Signed-off-by: Khor Shu Heng <[email protected]>

Feast Spark v0.2.16

13 Dec 06:39
6e40e27
Compare
Choose a tag to compare
ability to whitelist on feature table level (#101)

Signed-off-by: Khor Shu Heng <[email protected]>

linting

Signed-off-by: Khor Shu Heng <[email protected]>

fix parameter

Signed-off-by: Khor Shu Heng <[email protected]>

fix linting

Signed-off-by: Khor Shu Heng <[email protected]>

add options to mount config maps

add options to mount config maps

Signed-off-by: Khor Shu Heng <[email protected]>

Feast Spark v0.2.15

12 Oct 03:44
Compare
Choose a tag to compare

Implemented enhancements:

  • Configurable templates by job type for spark kubernetes jobs #99 (pyalex)

Feast Spark v0.2.14

12 Oct 03:43
f347686
Compare
Choose a tag to compare

Implemented enhancements:

  • Enable sql expression evaluation in fieldMapping for historical retrieval #98 (pyalex)

v0.2.13

25 Sep 15:33
80c2943
Compare
Choose a tag to compare
Fix setup requirement (#97)

Signed-off-by: Khor Shu Heng <[email protected]>

Feast Spark v0.2.12

12 Oct 03:32
Compare
Choose a tag to compare

Implemented enhancements:

  • Add persistent checkpoint in historical retrieval #91 (pyalex)
  • Omit skewness in spark join by broadcasting entity dataframe #90 (pyalex)

Feast Spark v0.2.11

18 Aug 05:37
Compare
Choose a tag to compare

Implemented enhancements:

  • Speed-up join in historical retrieval by replacing pandas with native spark #89 (pyalex)

Feast Spark v0.2.10

18 Aug 05:37
Compare
Choose a tag to compare

Implemented enhancements:

  • Optimize historical retrieval by filtering rows only within timestamp boundaries from entity dataframe #87 (pyalex)

Fixed bugs:

  • Pandas is missing in spark job base image #88 (pyalex)
  • Do not use gcThreshold for historical retrieval jobs #86 (pyalex)

Feast Spark v0.2.9

28 Jul 05:43
45e45df
Compare
Choose a tag to compare

Fixed bugs:

  • Refresh redis topology on write #83 ([khorshuheng]
  • Use hash for schedule job id #80 ([khorshuheng]

Implemented enhancements:

  • Make max inflight RPCs in bigtable client configurable through spark config #81 ([pyalex])
  • Use gcThresholdSec label instead of max_age if present #82 ([pyalex])

Feast Spark v0.2.8

07 Jul 05:52
f2cc063
Compare
Choose a tag to compare

Implemented enhancements: