Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/9538#discussion_r44212577
--- Diff: core/src/main/scala/org/apache/spark/storage/RDDInfo.scala ---
@@ -28,20 +28,10 @@ class RDDInfo(
val numPartitions: Int,
var storageLevel: StorageLevel,
val parentIds: Seq[Int],
- val callSite: CallSite,
+ val callSite: CallSite = CallSite.empty,
--- End diff --
This is a reasonable way to address the compilation failure, but I think
this is also changing the API in a binary-incompatible way? MiMa will tell us.
If so then actually we will need the new constructor to not take a final
optional arg. Or, adjust callers to not actually need the optional arg and use
the existing constructor, passing empty if needed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]