Dremio 13.0.0 deprecates the legacy authentication mode for the Arrow Flight server endpoint and will remove it in a future release.
token.temporary.expiration.sec
support key.Calcite bug affects query performance
Fixed by trimming queries below a distinct UNION
statement.
Dremio helm chart fails with error: unable to build kubernetes objects from release manifest
Resolved issue where annotations and labels could not be applied to certain resources.
GROUP BY operator with large IN
clause returns incorrect query results
Resolved by enforcing the singleton design pattern on the VALUES
operator.
Unable to open a job profile and download dataset in AWS Edition
Fixed by supporting temporary authentication tokens in AWS Edition.
Dremio fails with OutOfMemoryError: Java heap space
error
Resolved by limiting the number of deferred exceptions.
Nested COALESCE
SQL functions return incorrect query results in Gandiva
Fixed by correcting execution of IF ... ELSE
statements in Gandiva-based execution.