Andrew Sherman created IMPALA-8678:
--------------------------------------

             Summary: ToSqlTest falures on S3 (from 
org.apache.impala.customservice.KuduHMSIntegrationTest
                 Key: IMPALA-8678
                 URL: https://issues.apache.org/jira/browse/IMPALA-8678
             Project: IMPALA
          Issue Type: Bug
            Reporter: Andrew Sherman


On S3 tests we get failures in 
org.apache.impala.analysis.ToSqlTest.TestCreateTableLikeFile (from 
org.apache.impala.customservice.KuduHMSIntegrationTest)
org.apache.impala.analysis.ToSqlTest.alterTableAddPartitionTest (from 
org.apache.impala.customservice.KuduHMSIntegrationTest)

{code}
org.junit.ComparisonFailure: expected:<... month=2) LOCATION 
'[hdfs://localhost:20500]/y2050m2'> but was:<... month=2) LOCATION 
'[s3a://impala-test-uswest2-2]/y2050m2'>
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:123)
        at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:105)
        at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:95)
        at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:82)
        at 
org.apache.impala.analysis.ToSqlTest.alterTableAddPartitionTest(ToSqlTest.java:1269)
{code}

{code}
org.junit.ComparisonFailure: expected:<...ult.p LIKE PARQUET 
'[hdfs://localhost:20500]/test-warehouse/sche...> but was:<...ult.p LIKE 
PARQUET '[s3a://impala-test-uswest2-2]/test-warehouse/sche...>
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:123)
        at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:105)
        at 
org.apache.impala.analysis.ToSqlTest.TestCreateTableLikeFile(ToSqlTest.java:386)
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to