Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R's adbcbigquery documents don't exist #2353

Open
eitsupi opened this issue Dec 5, 2024 · 1 comment
Open

R's adbcbigquery documents don't exist #2353

eitsupi opened this issue Dec 5, 2024 · 1 comment
Labels
Type: bug Something isn't working

Comments

@eitsupi
Copy link
Contributor

eitsupi commented Dec 5, 2024

What happened?

I don't know what is causing this, but the documentation like below does not seem to exist.
https://arrow.apache.org/adbc/current/r/adbcbigquery/index.html

Stack Trace

No response

How can we reproduce the bug?

No response

Environment/Setup

No response

@eitsupi eitsupi added the Type: bug Something isn't working label Dec 5, 2024
@paleolimbot
Copy link
Member

Thanks for noticing!

It does look like this is in theory set up:

for desc_file in $(find "${source_dir}/r" -name DESCRIPTION); do
local pkg=$(dirname "$desc_file")
local pkg_name=$(basename $pkg)
# Only build R documentation for installed packages (e.g., so that
# Python's documentation build can run without installing the R
# packages). Packages are installed in ci/scripts/r_build.sh
if Rscript -e "loadNamespace('$pkg_name')" ; then
R -e "pkgdown::build_site_github_pages(pkg = '$pkg', dest_dir = '$source_dir/docs/build/html/r/$pkg_name')"
fi
done

if [[ "${BUILD_DRIVER_BIGQUERY}" -gt 0 ]]; then
install_pkg "${source_dir}" "${install_dir}" adbcbigquery
fi

...but maybe because the bigquery build isn't on by default, it's not getting built:

: ${BUILD_ALL:=1}
: ${BUILD_DRIVER_FLIGHTSQL:=${BUILD_ALL}}
: ${BUILD_DRIVER_MANAGER:=${BUILD_ALL}}
: ${BUILD_DRIVER_POSTGRESQL:=${BUILD_ALL}}
: ${BUILD_DRIVER_SQLITE:=${BUILD_ALL}}
: ${BUILD_DRIVER_SNOWFLAKE:=${BUILD_ALL}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants