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

Simple query with projection should be supported

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.11.0
    • TajoMaster
    • None

    Description

      Tajo supports simple query as the following form:

      select * from tb1
      

      or

      select * from tb1 LIMIT N
      

      In many cases, users want to use some projections or functions like

      select x,y,z from tb1 LIMIT N
      

      This kind of queries are usually used to just see the data contents. Many users expect that this query will return the result immediately. But, the simple does not support this case. We need to support it.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: