Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-581

Inline view on column partitioned table causes NPE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 0.8.0
    • Planner/Optimizer
    • None

    Description

      Please take a look at an example. This query causes NPE and a wrong partitioned table rewrite result.

      select 
        * 
      from (
          select 
            col1, 
            col2, 
            null_col, 
            key 
          from
            table1
          where (key = 45.0 or key = 38.0) and null_col is null
      ) test;
      

      Attachments

        1. TAJO-581.patch
          57 kB
          Hyunsik Choi

        Issue Links

          Activity

            People

              hyunsik Hyunsik Choi
              hyunsik Hyunsik Choi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: