Vuk Ercegovac created IMPALA-7404:
-------------------------------------

             Summary: 
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


{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.3#76005)

Reply via email to