Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3305

Filter locality not correctly set with NUM_NODES=1

    XMLWordPrintableJSON

Details

    Description

      If NUM_NODES=1, the following query will not use runtime filters:

      select STRAIGHT_JOIN count(a.id) from alltypes a join [BROADCAST] alltypes b on a.id = b.id;

      Debugging reveals that this is because has_local_target == false for the filter on id.

      Attachments

        Activity

          People

            henryr Henry Robinson
            henryr Henry Robinson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: