Michael Ho created IMPALA-6765:
----------------------------------
Summary: DelimitedTextParser.SpecialDelimiters failed in
exhaustive release build on 2.x branch
Key: IMPALA-6765
URL: https://issues.apache.org/jira/browse/IMPALA-6765
Project: IMPALA
Issue Type: Improvement
Components: Backend
Affects Versions: Impala 3.0, Impala 2.12.0
Reporter: Michael Ho
Assignee: Zach Amsden
DelimitedTextParser.SpecialDelimiters failed with the following error message
in an exhaustive release build on 2.x branch at commit
9f31390c647a14c8a10f0172bfda7f18dd5d8c24:
{noformat}
DelimitedTextParser.SpecialDelimiters
Error Message
Value of: expected_num_fields
Actual: 2
Expected: num_fields
Which is: 1
a\0b\0c
Stacktrace
/data/jenkins/workspace/impala-asf-2.x-exhaustive-release/repos/Impala/be/src/exec/delimited-text-parser-test.cc:60
Value of: expected_num_fields
Actual: 2
Expected: num_fields
Which is: 1
a\0b\0c
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)