Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dianfu committed Apr 25, 2024
1 parent 127a521 commit 0d9d592
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ private void removeCachedFilesByPrefix(String prefix) {
final List<String> cachedFiles =
config.getOptional(PipelineOptions.CACHED_FILES).orElse(new ArrayList<>())
.stream()
.map(m -> Tuple2.of(ConfigurationUtils.parseMap(m), m))
.map(m -> Tuple2.of(ConfigurationUtils.parseStringToMap(m), m))
.filter(
t ->
t.f0.get("name") != null
Expand Down

0 comments on commit 0d9d592

Please sign in to comment.