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
// The join's `ON` still reads `test.a`: it is built as part of the join and attached
4618
4618
// after this SELECT's clauses, so it is not among the clauses that are swept. That is
4619
-
// unchanged by the requalification and is tracked as its own gap.
4619
+
// unchanged by the requalification and is tracked as spiceai/spiceai#12695; pinning it
4620
+
// here keeps the gap visible rather than silent.
4620
4621
assert_snapshot!(
4621
4622
plan_to_sql(&plan)?,
4622
4623
@r#"SELECT COUNT(derived_aggregate.a), "other".a FROM (SELECT test.a FROM test GROUP BY test.a) AS derived_aggregate INNER JOIN "other" ON (test.a = "other".a) GROUP BY "other".a"#
0 commit comments