Error inspecting fields when rows containing ^A -----------------------------------------------
Key: HIVE-1437 URL: https://issues.apache.org/jira/browse/HIVE-1437 Project: Hadoop Hive Issue Type: Bug Reporter: Ted Xu When rows containing ^A (\001), queries get error results even if the delimiter of that table is not ^A. For example, Create table: {{ create table src (key string, value string) row format delimited fields terminated by '\t' location '/user/xxx/dummy/'; }} Executing: {{ select * from src ; select key, value from src ; }} Result: {{ test^Atest^Atest^Atest test^Atest^Atest^Atest test test }} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.