clintropolis commented on PR #15938:
URL: https://github.com/apache/druid/pull/15938#issuecomment-1977638527
>The only error is Invalid docusaurus-theme-mermaid version 2.4.3 in docs as
part of Static Checks CI / web-checks (pull_request). I tried restarting the
job, but it failed again. Possibly something is wrong with the build cache?
ah, i saw this same error in a different PR and though it was nothing, but
looking closer the _real_ error here is a spellcheck failure:
```
> spellcheck
> mdspell --en-us --ignore-numbers --report '../docs/**/*.md' ||
(./script/notify-spellcheck-issues && false)
../docs/operations/segment-optimization.md
54 | age imposes an upper limit of 5GB.
>> 1 spelling error found in 251 files
```
I guess its complaining about 5GB, which i hear it would prefer as `5 GB`
--
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]