Skip to content

Commit

Permalink
fixing location for index-lookup file for dynamic task (flyteorg#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
surindersinghp authored Jan 17, 2020
1 parent 88298ee commit 21dd0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteplugins/go/tasks/plugins/array/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func DetermineDiscoverability(ctx context.Context, tCtx core.TaskExecutionContex

indexLookup := CatalogBitsetToLiteralCollection(cachedResults, resp.GetResultsSize())
// TODO: Is the right thing to use? Haytham please take a look
indexLookupPath, err := ioutils.GetIndexLookupPath(ctx, tCtx.DataStore(), tCtx.OutputWriter().GetOutputPrefixPath())
indexLookupPath, err := ioutils.GetIndexLookupPath(ctx, tCtx.DataStore(), tCtx.InputReader().GetInputPrefixPath())
if err != nil {
return state, err
}
Expand Down

0 comments on commit 21dd0e5

Please sign in to comment.