[jira] [Created] (CARBONDATA-3247) Support to select all columns when creating MV datamap

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-3247) Support to select all columns when creating MV datamap

Akash R Nilugal (Jira)
Chenjian Qiu created CARBONDATA-3247:
----------------------------------------

             Summary: Support to select all columns when creating MV datamap
                 Key: CARBONDATA-3247
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3247
             Project: CarbonData
          Issue Type: Bug
          Components: sql
    Affects Versions: 1.5.1
            Reporter: Chenjian Qiu


create table all_table(name string, age int, height int)  stored by 'carbondata'
create datamap all_table_mv on table all_table using 'mv' as select avg(age),avg(height),name from all_table group by name

throw UnsupportedOperationException("MV is not supported for this query")



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)