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

Aggregate function with sub query using Order by is not working

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.1.0-incubating
    • 0.1.0-incubating
    • data-query
    • None
    • SUSE11SP3, standalone application with Spark 1.6.2 and Hadoop 2.7.2 version

    Description

      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

      Attachments

        Activity

          People

            ravi.pesala Ravindra Pesala
            mkris.reddy Krishna Reddy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: