Skip to content

Commit

Permalink
Merge pull request #18 from nubank/remove-warn-path-rdd-utils
Browse files Browse the repository at this point in the history
Removing set of parameters from log related to rdd path
  • Loading branch information
jrosend authored Feb 21, 2025
2 parents 975ca10 + 3a68230 commit bda6f0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public Stream<Path> extract(ParallelCollectionRDD rdd) {
})
.filter(Objects::nonNull);
} else {
log.warn("Cannot extract path from ParallelCollectionRDD {}", data);
log.warn("Cannot extract path from ParallelCollectionRDD");
}
} catch (IllegalAccessException | IllegalArgumentException e) {
log.warn("Cannot read data field from ParallelCollectionRDD {}", rdd);
Expand Down

0 comments on commit bda6f0a

Please sign in to comment.