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

IllegalStateException when using nondeterministic functions in partition filter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 2.8.0
    • Impala 2.8.0
    • Frontend

    Description

      Using non-deterministic UDFs like rand() in certain expressions that don't reference columns can hit an IllegalStateException. I hit this on commit b9034ea0d54ad40e11b482b577362ceee3768f1e

      [tarmstrong-box.ca.cloudera.com:21000] > explain select * from functional.alltypes where rand() > 100 limit 5;
      Query: explain select * from functional.alltypes where rand() > 100 limit 5
      ERROR: IllegalStateException: null
      

      Attachments

        Issue Links

          Activity

            People

              alex.behm Alexander Behm
              tarmstrong Tim Armstrong
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: