LuciferYang commented on a change in pull request #32648:
URL: https://github.com/apache/spark/pull/32648#discussion_r637725329



##########
File path: core/src/main/scala/org/apache/spark/SparkContext.scala
##########
@@ -352,7 +352,7 @@ class SparkContext(config: SparkConf) extends Logging {
 
   // Thread Local variable that can be used by users to pass information down 
the stack
   protected[spark] val localProperties = new 
InheritableThreadLocal[Properties] {
-    override protected def childValue(parent: Properties): Properties = {
+    override def childValue(parent: Properties): Properties = {

Review comment:
       [ERROR] [Error] 
/spark/core/src/main/scala/org/apache/spark/SparkContext.scala:355: weaker 
access privileges in overriding
   private[package lang] def childValue(x$1: java.util.Properties): 
java.util.Properties (defined in class ThreadLocal)
     override should at least be private[lang]




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to