You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, `TestComposeCompare` would fail due to differences in how
floats were cast to strings and the default behavior of NULL ordering.
This commit sets PG compatibility session variables for the CockroachDB
instances used in this test.
This commit only fixes failures when:
1. A float is being cast to a string (`SELECT 1234567::FLOAT8::STRING`)
2. A `SELECT` contains an `ORDER BY` _without_ specifying how `NULLS`
should be handled.
There are still other known and unknown failures.
Epic: None
Informs: #99181
0 commit comments