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

DM-47345: Upgrade run-base container of Qserv to Apache Arrow and Parquet version 18 #875

Merged
merged 2 commits into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions admin/tools/docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ RUN dnf update -y \
https://apache.jfrog.io/artifactory/arrow/almalinux/$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)/apache-arrow-release-latest.rpm \
&& dnf config-manager --set-enabled epel \
&& dnf config-manager --set-enabled crb \
&& dnf install -y arrow1700-libs \
&& dnf install -y parquet1700-libs \
&& dnf install -y arrow1800-libs \
&& dnf install -y parquet1800-libs \
&& dnf clean all \
&& rm -rf /var/cache/yum

Expand Down
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@
html_additional_pages = {
"index": "overview.html"
}

mermaid_version = "10.3.0"
Loading