snazy commented on issue #758:
URL: https://github.com/apache/polaris/issues/758#issuecomment-2595914651
This is a real issue causing false-positive test failures:
```
Caused by: org.apache.hadoop.fs.FileAlreadyExistsException: File already
exists: file:/tmp/ns1/my_table/metadata/v1.metadata.json
at
org.apache.hadoop.fs.RawLocalFileSystem.create(RawLocalFileSystem.java:559)
at
org.apache.hadoop.fs.RawLocalFileSystem.create(RawLocalFileSystem.java:597)
at
org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSOutputSummer.<init>(ChecksumFileSystem.java:633)
at
org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:721)
at
org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:700)
at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1233)
at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1210)
at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1091)
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]