You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yuming Wang (Jira)" <ji...@apache.org> on 2019/10/20 10:26:00 UTC

[jira] [Created] (SPARK-29525) Fix the associated location already exists in SQLQueryTestSuite

Yuming Wang created SPARK-29525:
-----------------------------------

             Summary: Fix the associated location already exists in SQLQueryTestSuite
                 Key: SPARK-29525
                 URL: https://issues.apache.org/jira/browse/SPARK-29525
             Project: Spark
          Issue Type: Test
          Components: Tests
    Affects Versions: 3.0.0
            Reporter: Yuming Wang


{code:sh}
build/sbt "~sql/test-only *SQLQueryTestSuite -- -z postgreSQL/join.sql"
{code}

{noformat}
[info] - postgreSQL/join.sql *** FAILED *** (35 seconds, 420 milliseconds)
[info]   postgreSQL/join.sql
[info]   Expected "[]", but got "[org.apache.spark.sql.AnalysisException
[info]   Can not create the managed table('`default`.`tt3`'). The associated location('file:/root/opensource/apache-spark/sql/core/spark-warehouse/org.apache.spark.sql.SQLQueryTestSuite/tt3') already exists.;]" Result did not match for query #108
[info]   CREATE TABLE tt3(f1 int, f2 string) USING parquet (SQLQueryTestSuite.scala:386)
{noformat}




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

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