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

Supports expressions in 'IN predicate'

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0, 0.9.0
    • 0.8.0, 0.9.0
    • None
    • None

    Description

      Tajo does not support expression IN statement.

      tpch100> select * from nation where n_nationkey in (1, 1+1, 1+2);
      ERROR: extraneous input '+' expecting {',', ')'}
      LINE 1:47 select * from nation where n_nationkey in (1, 1+1, 1+2)
      

      Attachments

        1. TAJO-728.patch
          7 kB
          Hyunsik Choi
        2. TAJO-728_2.patch
          7 kB
          Hyunsik Choi

        Activity

          People

            hyunsik Hyunsik Choi
            hjkim Hyoungjun Kim
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: