25.x Release Notes
Releases are listed in reverse order, starting with the latest release of Dremio 25.x.
25.2.2 (December 2024)
Improvements and Issues Fixed
General Updates
-
Fixed an issue with a permanent query slot loss in multi-coordinator setups that could gradually lose query concurrency slots on Workload Management (WLM) queues at very high loads when a client application pushes more queries to a particular WLM queue than the configured concurrency, causing the client application to time out and close its connection. Before the fix, restarting the coordinators was the only way to fix this issue.
DX-98355 -
Fixed an issue that could cause garbage collection logs to not be accessible.
DX-98240 -
Enabled reflections for cases when there is an equivalent row and column access control (RCAC) filter on all children of a
UNION
dataset.DX-95563 -
Fixed an issue that could cause a
REFRESH REFLECTION
job to not pull new data for an external query, causing stale data to be returned when using the reflection.DX-98107 -
Fixed an issue where
REFLECTION REFRESH
jobs could fail for reflections involving joins in the query plan if field-based incremental refresh was configured on the underlying datasets. These reflection refreshes will now succeed using full refreshes.DX-97085 -
Fixed an issue that could cause reading tables from the AWS Glue Data Catalog to be slow.
DX-96290 -
Disabled all TRACE web requests, which now return
405(NOT_ALLOWED)
error codes.DX-97052
API
- Fixed an issue that could prevent admin users from updating a script owner's privileges via the Scripts API. DX-97879
APP
- Fixed an issue that could cause the SQL Runner to display the view definition of the last executed preview instead of the saved view definition. DX-96707