[
https://issues.apache.org/jira/browse/CARBONDATA-3247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kunal Kapoor resolved CARBONDATA-3247.
--------------------------------------
Resolution: Fixed
Fix Version/s: 1.6.0
> 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
> Priority: Blocker
> Fix For: 1.6.0
>
> Time Spent: 13h 50m
> Remaining Estimate: 0h
>
> 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)