dongjoon-hyun opened a new pull request #30819:
URL: https://github.com/apache/spark/pull/30819


   ### What changes were proposed in this pull request?
   
   This PR aims to convert `EventLogFileReader`'s derived classes into `package 
private`.
   - SingleFileEventLogFileReader
   - RollingEventLogFilesFileReader
   
   `EventLogFileReader` itself is used in `scheduler` module during tests.
   
   ### Why are the changes needed?
   
   This classes were designed to be internal. This PR hides it explicitly to 
reduce the maintenance burden.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes, but these were exposed accidentally.
   
   ### How was this patch tested?
   
   Pass CIs.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to