uros-b opened a new pull request, #57546:
URL: https://github.com/apache/spark/pull/57546

   ### What changes were proposed in this pull request?
   Fixes the grammar of the null-metadata `require(...)` message in 
`HDFSMetadataLog` and `AsyncOffsetSeqLog`: ""'null' metadata cannot written to 
a metadata log"" becomes ""... cannot be written ..."".
   
   ### Why are the changes needed?
   The message was missing the word ""be"". The sibling `AsyncCommitLog` 
already uses the correct phrasing, so this brings the two outliers in line. The 
message is a plain `require()` string, not part of the error-condition 
framework, so it is not golden-tested.
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### How was this patch tested?
   Message-text-only change; no behavior change. No tests needed.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   Generated-by: Claude Code (Opus 4.8)


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