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

   The pkgdown docs build is currently failing because `read_ipc_file` and 
`write_ipc_file` were exported in #49276 (GH-49237, feather deprecation) but 
not added to `_pkgdown.yml`.
   
   ```
   In _pkgdown.yml, 2 topics missing from index: "read_ipc_file" and 
"write_ipc_file".
   ```
   
   Failing CI run: 
https://github.com/apache/arrow/actions/runs/30534960567/job/90845938100
   
   The fix is to add `read_ipc_file` to the "Read files" section and 
`write_ipc_file` to the "Write files" section in `r/_pkgdown.yml` (alongside 
the existing `read_feather`/`write_feather` entries).
   
   Reported by @raulcd in 
https://github.com/apache/arrow/issues/50726#issuecomment-5130813492.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to