basantjamwal opened a new pull request, #51383: URL: https://github.com/apache/arrow/pull/51383
### Rationale for this change Two minor grammar issues: - `cpp/src/arrow/dataset/file_csv.cc:105`: error message reads "does not supported" instead of "does not support" - `cpp/src/arrow/acero/swiss_join_internal.h:614`: comment reads "Informations" instead of "Information" ### What changes are included in this PR? Corrected the wording in both locations. No functional changes. Supersedes #51381, which had to be closed due to a branch mix-up (it accidentally included commits from an unrelated PR). ### Are these changes tested? No test changes needed — these are a user-facing error message string and a code comment, not behavior changes. Confirmed via `git grep` that no tests assert on the old exact string. ### Are there any user-facing changes? The error message text for invalid nested CSV column references changes slightly (grammar fix only, same meaning, no behavioral change). ### Was AI used for this PR? **PR code and description written by:** - [x] Human - [x] AI **Reviewed before submission by:** - [x] Human - [ ] AI - [ ] Not reviewed -- 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]
