Github user gatorsmile commented on the pull request:
https://github.com/apache/spark/pull/13247#issuecomment-220816386
You are right. Let me add `protected[sql]` before `def set[T](entry:
ConfigEntry[T], value: T): Unit`
https://github.com/gatorsmile/spark/blob/d972e8d8832c5a04d8ff4cc1ee10293cdbfac977/sql/core/src/main/scala/org/apache/spark/sql/RuntimeConfig.scala#L67-L69
That will be like what `RuntimeConfig` already has for `get`, which is
`protected[sql] def get[T](entry: ConfigEntry[T], default: T): T`
https://github.com/gatorsmile/spark/blob/d972e8d8832c5a04d8ff4cc1ee10293cdbfac977/sql/core/src/main/scala/org/apache/spark/sql/RuntimeConfig.scala#L115-L117
---
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]