You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2020/02/11 19:10:00 UTC

[jira] [Resolved] (IMPALA-7404) query_test.test_delimited_text.TestDelimitedText.test_delimited_text_newlines fails to return any rows

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

Joe McDonnell resolved IMPALA-7404.
-----------------------------------
    Fix Version/s: Impala 3.3.0
       Resolution: Fixed

Impala 3.3 added support for running the tests with s3guard (IMPALA-8344), so I'm resolving this.

> query_test.test_delimited_text.TestDelimitedText.test_delimited_text_newlines fails to return any rows
> ------------------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-7404
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7404
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 3.1.0
>            Reporter: Vuk Ercegovac
>            Assignee: Csaba Ringhofer
>            Priority: Blocker
>              Labels: broken-build, flaky-test, s3
>             Fix For: Impala 3.3.0
>
>
> {noformat}
> query_test/test_delimited_text.py:65: in test_delimited_text_newlines
>     assert len(result.data) == 2
> E   assert 0 == 2
> E    +  where 0 = len([])
> E    +    where [] = <tests.beeswax.impala_beeswax.ImpalaBeeswaxResult object at 0x63977d0>.data{noformat}
> Expected results from this query after first inserting:
> {noformat}
> insert into test_delimited_text_newlines_ff243aaa.nl_queries values ("the\n","\nquick\nbrown","fox\n"), ("\njumped","over the lazy\n","\ndog");
> select * from test_delimited_text_newlines_ff243aaa.nl_queries;
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)