final aggregation over ()
    local exchange (GATHER, SINGLE, [])
        remote exchange (GATHER, SINGLE, [])
            partial aggregation over ()
                local exchange (GATHER, SINGLE, [])
                    semijoin (PARTITIONED):
                        semijoin (PARTITIONED):
                            remote exchange (REPARTITION, HASH, ["ws_order_number"])
                                join (INNER, REPLICATED):
                                    join (INNER, REPLICATED):
                                        join (INNER, REPLICATED):
                                            scan web_sales
                                            local exchange (GATHER, SINGLE, [])
                                                remote exchange (REPLICATE, BROADCAST, [])
                                                    scan customer_address (pushdown = true)
                                        local exchange (GATHER, SINGLE, [])
                                            remote exchange (REPLICATE, BROADCAST, [])
                                                scan date_dim (pushdown = true)
                                    local exchange (GATHER, SINGLE, [])
                                        remote exchange (REPLICATE, BROADCAST, [])
                                            scan web_site (pushdown = true)
                            local exchange (GATHER, SINGLE, [])
                                remote exchange (REPARTITION, HASH, ["ws_order_number_20"])
                                    single aggregation over (ws_order_number_20)
                                        local exchange (GATHER, SINGLE, [])
                                            remote exchange (REPARTITION, HASH, ["ws_order_number_20"])
                                                scan web_sales
                        local exchange (GATHER, SINGLE, [])
                            remote exchange (REPARTITION, HASH, ["wr_order_number"])
                                join (INNER, PARTITIONED):
                                    remote exchange (REPARTITION, HASH, ["wr_order_number"])
                                        scan web_returns
                                    single aggregation over (ws_order_number_113)
                                        local exchange (GATHER, SINGLE, [])
                                            remote exchange (REPARTITION, HASH, ["ws_order_number_113"])
                                                scan web_sales
