newroyker opened a new issue #1006: URL: https://github.com/apache/incubator-iceberg/issues/1006
#### Repro steps: * run `./gradlew clean build` * local directory gets created: `spark/spark-warehouse/` * re-run `./gradlew clean build` * 3 `TestSparkTableUtil` tests fail viz. `testImportPartitionedTable`, `testImportUnpartitionedTable`, and `testImportAsHiveTable` #### Root cause: `org.apache.spark.sql.AnalysisException: Can not create the managed table('`...`'). The associated location('...') already exists.;` I am new to the project. If there are no objections may I submit a PR to mitigate this ? ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org