final aggregation over ()
    local exchange (GATHER, SINGLE, [])
        remote exchange (GATHER, SINGLE, [])
            partial aggregation over ()
                local exchange (GATHER, SINGLE, [])
                    remote exchange (REPARTITION, HASH, ["ws_order_number"])
                        semijoin (REPLICATED):
                            semijoin (REPLICATED):
                                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 (REPLICATE, BROADCAST, [])
                                        join (INNER, PARTITIONED):
                                            remote exchange (REPARTITION, HASH, ["ws_order_number_20"])
                                                scan web_sales
                                            local exchange (GATHER, SINGLE, [])
                                                remote exchange (REPARTITION, HASH, ["ws_order_number_55"])
                                                    scan web_sales
                            local exchange (GATHER, SINGLE, [])
                                remote exchange (REPLICATE, BROADCAST, [])
                                    join (INNER, REPLICATED):
                                        scan web_returns
                                        local exchange (GATHER, SINGLE, [])
                                            remote exchange (REPLICATE, BROADCAST, [])
                                                join (INNER, PARTITIONED):
                                                    remote exchange (REPARTITION, HASH, ["ws_order_number_113"])
                                                        scan web_sales
                                                    local exchange (GATHER, SINGLE, [])
                                                        remote exchange (REPARTITION, HASH, ["ws_order_number_148"])
                                                            scan web_sales
