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

update table for primitive column not working when complex child column name and primitive column name match

    XMLWordPrintableJSON

Details

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

    Description

       

      below steps to reproduce the issue:

      drop table if exists update_complex;
      create table update_complex (a int, b string, struct1 STRUCT<a:int, c:string>) stored as carbondata;
      insert into update_complex select 1,'c', named_struct('a',4,'b','d');
      update update_complex set (a)=(4);

      Attachments

        Activity

          People

            Unassigned Unassigned
            maheshrajus Mahesh Raju Somalaraju
            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 - 5h 10m
                5h 10m