[jira] [Resolved] (CARBONDATA-1045) Mismatch in message display with insert and load operation on failure due to bad records in update operation

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Resolved] (CARBONDATA-1045) Mismatch in message display with insert and load operation on failure due to bad records in update operation

Akash R Nilugal (Jira)

     [ https://issues.apache.org/jira/browse/CARBONDATA-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravindra Pesala resolved CARBONDATA-1045.
-----------------------------------------
    Resolution: Fixed

> 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
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)