Lars Volker created IMPALA-5993: ----------------------------------- Summary: Fix the file offset in value parsing error messages when scanning text files Key: IMPALA-5993 URL: https://issues.apache.org/jira/browse/IMPALA-5993 Project: IMPALA Issue Type: Bug Components: Backend Affects Versions: Impala 2.10.0, Impala 2.11.0 Reporter: Lars Volker
When the text scanner hits an error, it always prints the end of the file as the offset, even if the error occurs in the middle of the file. For example: {noformat} WARNINGS: Error converting column: 3 to INT Error parsing row: file: hdfs://localhost:20500/home/lv/sample_07/sample_07, before offset: 46055 Error converting column: 3 to INT {noformat} We should instead print the offset of the problematic value to make debugging easier. -- This message was sent by Atlassian JIRA (v6.4.14#64029)