Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.3.0
-
None
Description
CREATE EXTERNAL TABLE IF NOT EXISTS functional_text_snap.escapechartesttable (
bool_col boolean)
PARTITIONED BY (id int)
ROW FORMAT delimited fields terminated by ',' escaped by '\n'
STORED AS TEXTFILE
LOCATION '/test-warehouse/escapechartesttable_text_snap'
Data Loading from Impala failed with error: ImpalaBeeswaxException:
INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
MESSAGE: AnalysisException: Line delimiter and escape character have same value: byte 10