Commit 3c8b2fd
Fixed bug in featurset proto to model conversion in DataflowJobManager (#578)
Bug caused by toString() method being used in the conversion lambda instead of
the getName() method. Since lambda duplicates functionality already
implemented by Feature.fromProto, removing the lambda block in favor
using the method to do the conversion.
Co-authored-by: Zhu Zhanyan <zhu.zhanyan@gojek.com>1 parent ed8e951 commit 3c8b2fd
File tree
1 file changed
+1
-10
lines changed- core/src/main/java/feast/core/job/dataflow
1 file changed
+1
-10
lines changedLines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 184 | + | |
194 | 185 | | |
195 | 186 | | |
196 | 187 | | |
| |||
0 commit comments