Mihailo Timotic
Results
2
comments of
Mihailo Timotic
> My opinion is that `PlanWithUnresolvedIdentifier` should hide as few things as possible. We should change `PlanWithUnresolvedIdentifier(... => InsertIntoStatement)` to `InsertIntoStatement(PlanWithUnresolvedIdentifier(... => UnresolvedRelation))` I don't like the idea of implementing...
[SPARK-53733][SQL] Delay `resolveColsLastResort` until all previous `UnresolvedAlias`es are resolved
> another example of a discrepancy between single-pass and fixed-point > > ``` > select session_var, (case when date_format(session_var,'unknown') in ('XXXXX','XXXXX','XXXXX','XXXXX') then 1 else 1 end) lca > ``` Yeah,...