Manish Gupta created CARBONDATA-1045:
----------------------------------------

             Summary: Mismatch in message display with insert and load 
operation on failure due to bad records in update operation
                 Key: CARBONDATA-1045
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1045
             Project: CarbonData
          Issue Type: Bug
            Reporter: Manish Gupta
            Assignee: Manish Gupta
            Priority: Minor
             Fix For: 1.1.0


When bad records action is set to fail and any IUD operation… is executed and 
it fails due to bad records error message is not displayed correctly because of 
which user is not clear with the cause of update operation failure. Whereas in 
the same case in other operations like data load and insert into, if there is 
any failure due to bad record proper error message is displayed to the user for 
failure due to bad record.

Steps to reproduce
---------------------------
create table update_with_bad_record(item int, name String) stored by 
'carbondata'
LOAD DATA LOCAL INPATH '<data_file_path>' into table update_with_bad_record
update update_with_bad_record set (item)=(3.45)

dummy data
-------------------
item,name
2,Apple



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to