Description
Currently spark sql does not support build left side when left outer join (or build right side when right outer join).
However, in our production environment, there are a large number of scenarios where small tables are left join large tables, and many times, large tables have data skew (currently AQE can't handle this kind of skew).
Inspired by SPARK-32399, we can use similar ideas to realize left outer join build left.
I think this treatment is very meaningful, but I don’t know how members consider this matter?