Commit 891231a
authored
chore: Provide related exceptions for empty data frame from entity sql execution in spark sql query execution. (feast-dev#3323)
1. Modified spark.py, to raise error from current file regarding empty data from entity sql execution, than from
separate module.
2. Removed spark_utils.py
3. Removed un-necessary files from git repo and changed gitignore accordingly.
Formatted spark.py with make for better linting
Signed-off-by: amithadiraju1694 <amith.adiraju@gmail.com>
Signed-off-by: amithadiraju1694 <amith.adiraju@gmail.com>1 parent ea94aa2 commit 891231a
File tree
2 files changed
+8
-2
lines changed- sdk/python/feast/infra/offline_stores/contrib/spark_offline_store
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
452 | 457 | | |
| 458 | + | |
453 | 459 | | |
454 | 460 | | |
455 | 461 | | |
| |||
0 commit comments