Login  Register

[jira] [Created] (CARBONDATA-150) Aggregate function with sub query using Order by is not working

Posted by Akash R Nilugal (Jira) on Aug 08, 2016; 8:13am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-150-Aggregate-function-with-sub-query-using-Order-by-is-not-working-tp38.html

Krishna Reddy created CARBONDATA-150:
----------------------------------------

             Summary: Aggregate function with sub query using Order by is not working
                 Key: CARBONDATA-150
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-150
             Project: CarbonData
          Issue Type: Bug
          Components: data-query
    Affects Versions: 0.1.0-incubating
         Environment: SUSE11SP3, standalone application with Spark 1.6.2 and Hadoop 2.7.2 version
            Reporter: Krishna Reddy
             Fix For: 0.1.0-incubating


Aggregate function with sub query using Order by is not working

1. Create a table
2. Load the data
3. query  as below
select Min(imei) from (select imei from table1 order by imei) t;

Error: org.apache.spark.SparkException: Job aborted due to stage failure: Task 7 in stage 312.0 failed 4 times, most recent failure: Lost task 7.3 in stage 312.0 (TID 7266, BLR1000007847): java.lang.ClassCastException



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)