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: [email protected]
For additional commands, e-mail: [email protected]