MaxGekk commented on pull request #30752:
URL: https://github.com/apache/spark/pull/30752#issuecomment-744203049
BTW, I reproduced the issue on `branch-2.4` (sbt) in my local test
environment. `HiveExternalCatalogSuite` fails:
the test **"create/drop partitions in managed tables with location"**:
```
09:22:19.478 ERROR org.apache.spark.sql.hive.client.HiveClientImpl:
======================
Attempt to drop the partition specs in table 'tbl' database 'db1':
Map(partcol1 -> 1, partcol2 -> 2)
In this attempt, the following partitions have been dropped successfully:
The remaining partitions have not been dropped:
[1, 2]
======================
org.apache.hadoop.hive.ql.metadata.HiveException: Error accessing
file:/private/var/folders/p3/dfs6mf655d7fnjrsjvldh0tc0000gn/T/.../TemporaryItems;
org.apache.spark.sql.AnalysisException:
org.apache.hadoop.hive.ql.metadata.HiveException: Error accessing
file:/private/var/folders/p3/dfs6mf655d7fnjrsjvldh0tc0000gn/T/.../TemporaryItems;
at
org.apache.spark.sql.hive.HiveExternalCatalog.withClient(HiveExternalCatalog.scala:106)
at
org.apache.spark.sql.hive.HiveExternalCatalog.dropPartitions(HiveExternalCatalog.scala:970)
at
org.apache.spark.sql.catalyst.catalog.ExternalCatalogSuite$$anonfun$32.apply(ExternalCatalogSuite.scala:404)
```
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]