Skip to content

Commit cc3235e

Browse files
authored
chore: remove release notes for auto-materialization of order-dependent results (FIR-48586) (#1099)
1 parent 876762b commit cc3235e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs-mdx/snippets/release_notes/release_notes_4_28.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,6 @@ It also detects contradictions like `x < 2 and x > 2`, which can achieve signifi
118118

119119
### Bug Fixes
120120

121-
**Fix potential incorrect results with order-dependent operations in non-materialized common table expressions**
122-
123-
Operations that depend on the order they are executed in (such as the sum of floating point numbers) should be guaranteed to give the same result when used multiple times in the same query.
124-
Firebolt now automatically materializes these results to ensure that they are always consistent.
125-
Previously, different executions of such CTEs could have resulted in different results, all of which were correct in isolation, but violated the expectation that they all be exactly equal.
126-
127121
**Fixed AWS role ARN credentials being ignored in `LOCATION` objects for Iceberg table queries**
128122

129123
Resolved an issue where AWS role ARN credentials were ignored in `LOCATION` objects for Iceberg table queries. This fix ensures proper authentication when accessing data in Iceberg tables.

0 commit comments

Comments
 (0)