Tankdoggo opened a new pull request, #57873:
URL: https://github.com/apache/spark/pull/57873

   ### What changes were proposed in this pull request?
   
   This PR fixes an ungrammatical sentence in `docs/monitoring.md`. The clause
   `if figures out not a lot of space would be reduced during compaction` is
   missing its subject.
   
   Before:
   > ... may not compact the old event log files if figures out not a lot of
   > space would be reduced during compaction.
   
   After:
   > ... may not compact the old event log files if it determines that
   > compaction would not reclaim much space.
   
   ### Why are the changes needed?
   
   The sentence is grammatically incomplete and hard to parse. "Space would be
   reduced" is also the wrong sense — compaction reclaims space rather than
   reducing it.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. Documentation only.
   
   ### How was this patch tested?
   
   N/A. Documentation change only.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


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