warnes opened a new issue, #47002:
URL: https://github.com/apache/arrow/issues/47002

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The R package currently does not export `MakeRConnectionOutputStream` and 
`MakeRConnectionInputStream`, which are necessary to use 
`RecordBatchStreamWriter` and `RecordBatchStreamWriter`.
   
   ```
   > library(arrow)
   
   Attaching package: ‘arrow’
   
   The following object is masked from ‘package:utils’:
   
       timestamp
   
   > MakeRConnectionInputStream
   Error: object 'MakeRConnectionInputStream' not found
   > arrow:::MakeRConnectionInputStream
   function (con) 
   {
       .Call(`_arrow_MakeRConnectionInputStream`, con)
   }
   <bytecode: 0x7f9fdbe74d60>
   <environment: namespace:arrow>
   > MakeRConnectionOutputStream
   Error: object 'MakeRConnectionOutputStream' not found
   > arrow:::MakeRConnectionOutputStream
   function (con) 
   {
       .Call(`_arrow_MakeRConnectionOutputStream`, con)
   }
   <bytecode: 0x7f9fdbebae78>
   <environment: namespace:arrow>
   > 
   ```
   
   # SessionInfo
   ```R
   
   > sessionInfo()
   R version 4.5.1 (2025-06-13)
   Platform: x86_64-apple-darwin20
   Running under: macOS Sequoia 15.5
   
   Matrix products: default
   BLAS:   
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
 
   LAPACK: 
/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/lib/libRlapack.dylib;
  LAPACK version 3.12.1
   
   locale:
   [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
   
   time zone: America/New_York
   tzcode source: internal
   
   attached base packages:
   [1] stats     graphics  grDevices datasets  utils     methods   base     
   
   other attached packages:
   [1] arrow_20.0.0.2
   
   loaded via a namespace (and not attached):
    [1] tidyselect_1.2.1  bit_4.6.0         compiler_4.5.1    magrittr_2.0.3    
assertthat_0.2.1  R6_2.6.1          cli_3.6.5        
    [8] tools_4.5.1       glue_1.8.0        rstudioapi_0.17.1 bit64_4.6.0-1     
vctrs_0.6.5       lifecycle_1.0.4   rlang_1.1.6      
   [15] renv_1.1.4        purrr_1.0.4      
   > 
   ```
   
   
   
   ### Component(s)
   
   R


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to