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

Handle exception for desc column

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.2.0
    • None
    • None

    Description

      Validation not present for children column in desc column for a primitive datatype and higher level non existing children column desc column for a complex datatype

      drop table if exists complexcarbontable; create table complexcarbontable (deviceInformationId int,channelsId string,ROMSize string,purchasedate string,mobile struct<imei:string, imsi:string>,MAC array<string>,gamePointId map<string,string>,contractNumber double) STORED AS carbondata;

      describe column deviceInformationId.x on complexcarbontable; describe column channelsId.x on complexcarbontable;

      describe column mobile.imei.x on complexcarbontable; describe column MAC.item.x on complexcarbontable; describe column gamePointId.key.x on complexcarbontable;

      [Expected Result] :- Validation should be provided for children column in desc column for a primitive datatype and higher level non existing children column desc column for a complex datatype. Command execution should fail.

      [Actual Issue] : - Validation not present for children column in desc column for a primitive datatype and higher level non existing children column desc column for a complex datatype. As a result the command execution is successful.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Shreelekhya SHREELEKHYA GAMPA
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: