2010YOUY01 commented on PR #17863: URL: https://github.com/apache/datafusion/pull/17863#issuecomment-3375532980
> I think every file here contains typos, like > > https://github.com/apache/datafusion/blob/71512e676d8c025fd2e4e8e9513e49247c74cd28/datafusion/physical-plan/src/joins/nested_loop_join.rs#L1494 > > thats why I was curios how it is passed? IMO it should be a PR for literally every file in the project to make it pass :) I've checked, and this is a false negative. The `typos` tool isn't smart enough to catch this particular typo, though it does process the file. If you change `the` to `teh` in this line, and it will report the typo. I think such typos can be caught if we request reviews from `copilot` on PRs, not sure if this can be configured to be triggered automatically. -- 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]
