You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system.create_empty_partition procedure fails because the source directory does not exist (no files were written) and thus the rename fails. SemiTransactionalHiveMetastore.Committer#prepareAddPartition should probably unconditionally create currentPath before checking if it is equal to targetPath.
The text was updated successfully, but these errors were encountered:
The
system.create_empty_partition
procedure fails because the source directory does not exist (no files were written) and thus the rename fails.SemiTransactionalHiveMetastore.Committer#prepareAddPartition
should probably unconditionally createcurrentPath
before checking if it is equal totargetPath
.The text was updated successfully, but these errors were encountered: