You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2019/08/17 13:37:00 UTC

[jira] [Updated] (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 ]

Quanlong Huang updated IMPALA-7404:
-----------------------------------
    Target Version: Impala 3.4.0  (was: Impala 3.3.0)

> 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
>
> {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
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org