Commit e703b40
authored
fix: Add __eq__, __hash__ to SparkSource for correct comparison (#4028)
* feat: Enable Arrow-based columnar data transfers
Signed-off-by: tanlocnguyen <tanlocnguyen296@gmail.com>
* fix: Add __eq__, __hash__ to SparkSource for comparision
Signed-off-by: tanlocnguyen <tanlocnguyen296@gmail.com>
* chore: simplify the logic
Signed-off-by: tanlocnguyen <tanlocnguyen296@gmail.com>
---------
Signed-off-by: tanlocnguyen <tanlocnguyen296@gmail.com>
Co-authored-by: tanlocnguyen <tanlocnguyen296@gmail.com>1 parent 9b98eaf commit e703b40
File tree
1 file changed
+13
-0
lines changed- sdk/python/feast/infra/offline_stores/contrib/spark_offline_store
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
188 | 201 | | |
189 | 202 | | |
190 | 203 | | |
| |||
0 commit comments