Closed eapolinario closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 37.06%. Comparing base (
e13babb
) to head (20ecd7f
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This reverts commit f20b8aa082820c56c0c721670b54148afa7d36a4.
Tracking issue
Related to https://github.com/flyteorg/flyte/pull/5103
Why are the changes needed?
In https://github.com/flyteorg/flytekit/pull/2872 we're handling the case of offloading literals in map tasks single executions explicitly. The impact of this is that we can simplify the handling of this case in the backend, invalidating https://github.com/flyteorg/flyte/pull/5996.
What changes were proposed in this pull request?
Revert https://github.com/flyteorg/flyte/pull/5996.
How was this patch tested?
Confirmed that the original test workflow works:
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link