You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Zach Amsden (JIRA)" <ji...@apache.org> on 2018/03/29 21:27:00 UTC

[jira] [Resolved] (IMPALA-6765) DelimitedTextParser.SpecialDelimiters failed in exhaustive release build on 2.x branch

     [ https://issues.apache.org/jira/browse/IMPALA-6765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zach Amsden resolved IMPALA-6765.
---------------------------------
    Resolution: Duplicate

These are both caused by undefined behavior due to a test bug.

> 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: Bug
>          Components: Backend
>    Affects Versions: Impala 3.0, Impala 2.12.0
>            Reporter: Michael Ho
>            Assignee: Zach Amsden
>            Priority: Blocker
>              Labels: broken-build
>
> 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)