Uploaded image for project: 'CarbonData'
  1. CarbonData
  2. CARBONDATA-1931

DataLoad failed for Aggregate table when measure is used for groupby

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • None
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Bjangir Babulal
              Bjangir Babulal
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 2h 10m
                  2h 10m