MAKAMRAGHUVARDHAN created CARBONDATA-400:
--------------------------------------------
Summary: [Bad Records] Load data is fail and displaying the string
value in beeline as exception
Key: CARBONDATA-400
URL: https://issues.apache.org/jira/browse/CARBONDATA-400
Project: CarbonData
Issue Type: Bug
Components: data-load
Affects Versions: 0.1.0-incubating
Environment: 3node cluster
Reporter: MAKAMRAGHUVARDHAN
Priority: Minor
Steps
1. Create table
CREATE TABLE String_test2 (string_col string) STORED BY
'org.apache.carbondata.format';
2. Load the data with parameter 'BAD_RECORDS_ACTION'='FORCE' and csv contains a
string value that is out of boundary.
LOAD DATA INPATH 'hdfs://hacluster/Carbon/Priyal/string5.csv' into table
String_test2 OPTIONS('DELIMITER'=',' ,
'QUOTECHAR'='"','BAD_RECORDS_LOGGER_ENABLE'='TRUE',
'BAD_RECORDS_ACTION'='FORCE','FILEHEADER'='string_col');
Actual Result: Load data is failed and displaying the string value in beeline
as exception trace.
Expected Result:Should display a valid exception.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)