[jira] [Created] (CARBONDATA-1931) DataLoad failed for Aggregate table when measure is used for groupby

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

[jira] [Created] (CARBONDATA-1931) DataLoad failed for Aggregate table when measure is used for groupby

Akash R Nilugal (Jira)
Babulal created CARBONDATA-1931:
-----------------------------------

             Summary: DataLoad failed for Aggregate table when measure is used for groupby
                 Key: CARBONDATA-1931
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1931
             Project: CarbonData
          Issue Type: Bug
            Reporter: Babulal


Run commands in sequence
 
 spark.sql(
      "create table y(year int,month int,name string,salary int) stored by 'carbondata'"
    )
    spark.sql(
      s"insert into y select 10,11,'x',12"
    )
spark.sql("create datamap y1_sum1 on table y using 'preaggregate' as select year,name,sum(salary) from y group by year,name")


Result :- Aggregate creation is failed.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)