Skip to content

Commit 9c63bfa

Browse files
committed
chore: add comments
1 parent 5bea015 commit 9c63bfa

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

r/adbcbigquery/src/Makevars.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ GOMAXPROCS = @nproc@
2727
all: purify
2828
$(SHLIB): gostatic
2929

30+
# R CMD check issues a warning for this `.a` file.
31+
# We remove this file after SHLIB generation to suppress the warning.
32+
# <https://github.com/apache/arrow-adbc/issues/3059>
3033
purify: $(SHLIB)
3134
rm -Rf "$(CURDIR)/go/libadbc_driver_bigquery.a"
3235

r/adbcflightsql/src/Makevars.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ GOMAXPROCS = @nproc@
2727
all: purify
2828
$(SHLIB): gostatic
2929

30+
# R CMD check issues a warning for this `.a` file.
31+
# We remove this file after SHLIB generation to suppress the warning.
32+
# <https://github.com/apache/arrow-adbc/issues/3059>
3033
purify: $(SHLIB)
3134
rm -Rf "$(CURDIR)/go/libadbc_driver_flightsql.a"
3235

r/adbcsnowflake/src/Makevars.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ GOMAXPROCS = @nproc@
2727
all: purify
2828
$(SHLIB): gostatic
2929

30+
# R CMD check issues a warning for this `.a` file.
31+
# We remove this file after SHLIB generation to suppress the warning.
32+
# <https://github.com/apache/arrow-adbc/issues/3059>
3033
purify: $(SHLIB)
3134
rm -Rf "$(CURDIR)/go/libadbc_driver_snowflake.a"
3235

0 commit comments

Comments
 (0)