We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9be1447 + bda6f0a commit 3853b0dCopy full SHA for 3853b0d
integration/spark/shared/src/main/java/io/openlineage/spark/agent/util/RddPathUtils.java
@@ -134,7 +134,7 @@ public Stream<Path> extract(ParallelCollectionRDD rdd) {
134
})
135
.filter(Objects::nonNull);
136
} else {
137
- log.warn("Cannot extract path from ParallelCollectionRDD {}", data);
+ log.warn("Cannot extract path from ParallelCollectionRDD");
138
}
139
} catch (IllegalAccessException | IllegalArgumentException e) {
140
log.warn("Cannot read data field from ParallelCollectionRDD {}", rdd);
0 commit comments