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

Some joins with inline view causes 'Not all join conditions are pushed down to joins'

    XMLWordPrintableJSON

Details

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

    Description

      The below SQL causes 'Not all join conditions are pushed down to joins.' error.

      select a.c_name from customer_100 a, (select n_nationkey, n_name from nation_100) b where a.c_nationkey = b.n_nationkey
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: