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

Qgen: Add support for wildcards (*) in the SELECT clause

    XMLWordPrintableJSON

Details

    Description

      Add support for queries that look like the following:

      SELECT * from table_1
      
      SELECT t3.*, t1.* from table_1 t1 INNER JOIN table_2 t2 ON (...) INNER JOIN table_3 t3 ON (...)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            tarasbob Taras Bobrovytsky
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: