pan3793 commented on PR #46947:
URL: https://github.com/apache/spark/pull/46947#issuecomment-2167164424

   > LogKey is totally internal.
   
   If then, can we make the `LogKeys` scope to `private[spark]`? so that Mima 
won't complain if we change keys in the future.
   
   ```patch
   - object LogKeys {
   + private[spark] object LogKeys {
   ```


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

Reply via email to