cloud-fan commented on a change in pull request #35343:
URL: https://github.com/apache/spark/pull/35343#discussion_r794175676
##########
File path: core/src/main/scala/org/apache/spark/util/Clock.scala
##########
@@ -99,3 +101,29 @@ private[spark] class SystemClock extends Clock {
-1
}
}
+
+/**
Review comment:
Unfortunately `org.apache.spark.util` is not a private package. Thought
we can explicitly mark this file as internal in `SparkBuild.scala`
##########
File path: core/src/main/scala/org/apache/spark/util/Clock.scala
##########
@@ -99,3 +101,29 @@ private[spark] class SystemClock extends Clock {
-1
}
}
+
+/**
Review comment:
Unfortunately `org.apache.spark.util` is not a private package. Though
we can explicitly mark this file as internal in `SparkBuild.scala`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]