Skip to content

Commit 1b456ea

Browse files
authored
GH-46947: [R][Packaging] Add src/arrow/flight/sql/odbc to source excludes (#46948)
### 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

File tree

r/bootstrap.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ if (dir.exists("../cpp")) {
6060
"^src/gandiva",
6161
"^src/jni",
6262
"^src/skyhook",
63+
"^src/arrow/flight/sql/odbc",
6364
"_test\\.cc"
6465
)
6566
)

0 commit comments

Comments
 (0)