Skip to content

Commit

Permalink
removing set of parameters from log related to rdd path
Browse files Browse the repository at this point in the history
  • Loading branch information
lmassaoy committed Feb 21, 2025
1 parent 975ca10 commit 3a68230
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 3a68230

Please sign in to comment.