You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Chenjian Qiu (JIRA)" <ji...@apache.org> on 2019/01/13 12:53:00 UTC

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

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)