Commit 1b456ea
authored
### Rationale for this change
We bundle the C++ source with the R package tarball so users can build from source as a fallback option. CRAN checks the submitted tarball for long filenames to support Windows and files recently added under cpp/src/arrow/flight/sql/odbc cause us to get NOTEs about this. We don't need to include these files so we can exclude them.
### What changes are included in this PR?
Updated exclusions list.
### Are these changes tested?
Yes, by CI. See crossbow runs below.
### Are there any user-facing changes?
No.
* GitHub Issue: #46947
Authored-by: Bryce Mecum <petridish@gmail.com>
Signed-off-by: Bryce Mecum <petridish@gmail.com>
1 parent ab4e52e commit 1b456ea
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments