Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: pmahindrakar-oss <[email protected]>
  • Loading branch information
pmahindrakar-oss committed Sep 16, 2024
1 parent 56cf118 commit 4a03f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytepropeller/pkg/controller/nodes/array/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ func (a *arrayNodeHandler) Handle(ctx context.Context, nCtx interfaces.NodeExecu
return handler.UnknownTransition, fmt.Errorf("worker error(s) encountered: %s", workerErrorCollector.Summary(events.MaxErrorMessageLength))
}

// only offload literal if canOffloadLiteral is true which currently checks if the sdk is compatible to use with this backend change.
// only offload literal if config is enabled for this feature.
if a.literalOffloadingConfig.Enabled {
for outputLiteralKey, outputLiteral := range outputLiterals {
// if the size of the output Literal is > threshold then we write the literal to the offloaded store and populate the literal with its zero value and update the offloaded url
Expand Down

0 comments on commit 4a03f91

Please sign in to comment.