Skip to content

Commit d43a7e1

Browse files
authored
Suppress unregistered extension warnings (columnar-tech#89)
Co-authored-by: Emil Sadek <esadek@users.noreply.github.com>
1 parent 5639d99 commit d43a7e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

r/mysql/mysql/main.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414

1515
library(adbcdrivermanager)
16+
options(nanoarrow.warn_unregistered_extension = FALSE)
1617

1718
drv <- adbc_driver("mysql")
1819

0 commit comments

Comments
 (0)