Avatar for the Eventual-Inc user
Eventual-Inc
Daft
BlogDocsChangelog

Performance History

Latest Results

ci(integration): build Iceberg test image from python:3.10-bookworm The `integration-test-catalogs` job fails on every PR at the "Spin up services" step. The Iceberg docker-compose image builds FROM python:3.10-bullseye and installs openjdk-11-jdk in one RUN. bullseye's apt index/pool is now out of sync (and its bullseye-security Release file has expired), so `apt-get install` resolves package versions that 404 on download: E: Failed to fetch .../openjdk-11-jdk_11.0.32.1+1-1~deb11u1_amd64.deb 404 Not Found ERROR: process "/bin/sh -c apt-get ... install ..." exit code: 100 The build failure aborts `docker compose up`, so the `rest` catalog (port 8181) never starts and the dependent catalog tests cascade-fail with connection-refused. Fix: move the base image to python:3.10-bookworm, whose Debian 12 security suite is actively synced. bookworm ships openjdk-17 (not openjdk-11), and Spark 3.4.2 fully supports Java 17, so switch the JDK package to openjdk-17-jdk. No other change is needed: - check-license uses $JAVA_HOME/bin/java when set and otherwise falls back to `java` on PATH (Debian alternatives point it at 17); there is no hardcoded java-11 path. - The Gravitino compose stack uses prebuilt images (apache/gravitino, mysql, minio) with no Dockerfile, so it is unaffected by bullseye. Fixes #7476
hello-peter-tang:fix/7476-iceberg-dockerfile-bookworm
5 hours ago
style(core): split var/stddev doc summaries from their detail paragraphs
jonasdedden:fix/var-stddev-chan-merge
19 hours ago
docs(expression): trim to_datetime comments and docstring
jonasdedden:fix-7469-to-datetime
20 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
ci(integration): build Iceberg test image from python:3.10-bookworm#7489
6 hours ago
58313ab
hello-peter-tang:fix/7476-iceberg-dockerfile-bookworm
CodSpeed Performance Gauge
0%
9 hours ago
ed4ad1f
hello-peter-tang:perf/6340-lm-pipelined-predicate-eval
CodSpeed Performance Gauge
0%
1 month ago
12aa597
kyo-tom:iceberg-cdc-datasource
© 2026 CodSpeed Technology
Home Terms Privacy Docs