Skip to content

Commit

Permalink
stupid output mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
William Parsley committed Dec 14, 2023
1 parent 1841a5c commit c7d96ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/internal/feast/transformation/transformation_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ func ExtractTransformationResponse(

fmt.Println("Projection features:")
for _, feature := range featureView.Base.Projection.Features {
fmt.Print(featureName)
fmt.Print(feature.Name)
fmt.Print(", ")
if featureName == feature.Name {
dropFeature = false
}
Expand Down

0 comments on commit c7d96ee

Please sign in to comment.