Hi,
Is there any estimate on when newer Dremio OSS versions and their Docker images will be published? The latest tag on Docker Hub for dremio/dremio-oss is 26.0.5, pushed about 8 months ago, while the software release notes already list 26.1.7 as current. Several patches between these versions appear to address bugs that match issues we are seeing in production.
Specifically, we have a pipeline doing CTAS into Iceberg tables on MinIO from complex SQL (multiple CTEs, INNER/LEFT joins, MAX/GROUP BY) where the resulting table intermittently contains duplicated rows. Re-running the same CTAS produces a correct result, which points to non-deterministic execution. From the 26.1.x release notes, the following fixes look directly related:
-
DX-113795 (26.1.4) — extra rows from hash join when spilling occurs during probe
-
DX-115467 (26.1.6) — corrupted results in joins with STRUCT on the build side
-
DX-115585 (26.1.6) — CTAS writing v1 manifests in v2 Iceberg tables
-
DX-114693 (26.1.6) — incorrect application of positional deletes
A few questions:
-
Is there an expected timeline for publishing 26.1.x (or later) as Docker images on the
dremio/dremio-ossrepository? -
Are these specific fixes included in the OSS edition, or are any of them Enterprise-only?
-
If publication of OSS Docker images has been deprecated or paused, is there an official communication about it so we can plan accordingly?
Thanks,
Mauricio Lorenzo Macri
