JingsongLi commented on PR #752: URL: https://github.com/apache/paimon-rust/pull/752#issuecomment-5468837283
- The `abort()` function in `table_commit.rs:728-735` deletes all indexes lacking an external path as if they were `BucketLocal`. - When `index-file-in-data-file-dir=true` is enabled, the global index is actually written to `<table>/index`, but the abort process attempts to delete it from the bucket directory; this causes a failed commit to leave behind orphan files. -- 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]
