neshkeev commented on PR #39350:
URL: https://github.com/apache/spark/pull/39350#issuecomment-1369325377
@HyukjinKwon , I searched for the `*.md` files over the entire repository
and didn't find one more typo like this. I updated the PR.
Here is the command if needed:
```bash
find . -not -path "./.git/*" -type f -name "*.md" -exec grep --color
"\(\b\w\+\)\b\s*\1\b" {} \+
```
I gotta warn you that it triggers many false positives
--
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]