Skip to content

Commit 3a68230

Browse files
committed
removing set of parameters from log related to rdd path
1 parent 975ca10 commit 3a68230

File tree

1 file changed

+1
-1
lines changed
  • integration/spark/shared/src/main/java/io/openlineage/spark/agent/util

1 file changed

+1
-1
lines changed

integration/spark/shared/src/main/java/io/openlineage/spark/agent/util/RddPathUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public Stream<Path> extract(ParallelCollectionRDD rdd) {
134134
})
135135
.filter(Objects::nonNull);
136136
} else {
137-
log.warn("Cannot extract path from ParallelCollectionRDD {}", data);
137+
log.warn("Cannot extract path from ParallelCollectionRDD");
138138
}
139139
} catch (IllegalAccessException | IllegalArgumentException e) {
140140
log.warn("Cannot read data field from ParallelCollectionRDD {}", rdd);

0 commit comments

Comments
 (0)