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

Unable to explain plan for SetOperation statement

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 4.0.0
    • Impala 4.1.0
    • Frontend
    • ghx-label-3

    Description

      [localhost.localdomain:21050] default> explain select id from functional.alltypessmall
      intersect
      select id from functional.alltypestiny where int_col > 0;
      Query: explain select id from functional.alltypessmall
      intersect
      select id from functional.alltypestiny where int_col > 0
      +----+
      | id |
      +----+
      | 1  |
      | 7  |
      | 3  |
      | 5  |
      +----+
      Fetched 4 row(s) in 0.13s
      

      Attachments

        Activity

          People

            xqhe Xianqing He
            xqhe Xianqing He
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: