wangyum opened a new pull request #26181: [SPARK-29525][SQL][TEST] Fix the 
associated location already exists in SQLQueryTestSuite
URL: https://github.com/apache/spark/pull/26181
 
 
   ### What changes were proposed in this pull request?
   
   This PR fix Fix the associated location already exists in 
`SQLQueryTestSuite`:
   ```
   build/sbt "~sql/test-only *SQLQueryTestSuite -- -z postgreSQL/join.sql"
   ...
   [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/spark/sql/core/spark-warehouse/org.apache.spark.sql.SQLQueryTestSuite/tt3')
 already exists.;]" Result did not match for query #108
   ```
   
   ### Why are the changes needed?
   Fix bug.
   
   
   ### Does this PR introduce any user-facing change?
   No
   
   
   ### How was this patch tested?
   N/A

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to