local exchange (GATHER, SINGLE, [])
    remote exchange (GATHER, SINGLE, [])
        local exchange (GATHER, SINGLE, [])
            remote exchange (REPARTITION, HASH, ["expr_65"])
                join (FULL, PARTITIONED):
                    local exchange (GATHER, SINGLE, [])
                        remote exchange (REPARTITION, HASH, ["ws_item_sk"])
                            final hashaggregation over (d_date, ws_item_sk)
                                local exchange (GATHER, SINGLE, [])
                                    remote exchange (REPARTITION, HASH, ["d_date", "ws_item_sk"])
                                        partial hashaggregation over (d_date, ws_item_sk)
                                            join (INNER, REPLICATED):
                                                scan web_sales
                                                local exchange (GATHER, SINGLE, [])
                                                    remote exchange (REPLICATE, BROADCAST, [])
                                                        scan date_dim
                    local exchange (GATHER, SINGLE, [])
                        remote exchange (REPARTITION, HASH, ["ss_item_sk"])
                            final hashaggregation over (d_date_17, ss_item_sk)
                                local exchange (GATHER, SINGLE, [])
                                    remote exchange (REPARTITION, HASH, ["d_date_17", "ss_item_sk"])
                                        partial hashaggregation over (d_date_17, ss_item_sk)
                                            join (INNER, REPLICATED):
                                                scan store_sales
                                                local exchange (GATHER, SINGLE, [])
                                                    remote exchange (REPLICATE, BROADCAST, [])
                                                        scan date_dim
