Details
-
Bug
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
None
-
None
-
None
Description
test case:
create table test_table(name string, age int, height int,weight int) stored by 'carbondata'
create datamap test_table_mv using 'mv' as select sum(height),count(age),avg(age),name from test_table group by name
explain select avg(age),name from test_table group by name
[== Physical Plan ==
*HashAggregate(keys=name#33, functions=count(age#34), avg(cast(age#34 as bigint)))
+- Exchange hashpartitioning(name#33, 200)
+- *HashAggregate(keys=name#33, functions=partial_count(age#34), partial_avg(cast(age#34 as bigint)))
+- *FileScan carbondata default.test_tablename#33,age#34]
Attachments
Issue Links
- links to