Robin Lin
Robin Lin
Thanks for your suggestion, @roeap. I've added a new option, `FILE_ALLOW_UNSAFE_RENAME`, to control whether to enable the `rename` operation. Additionally, I wanted to confirm that the `rename` operation is atomic...
Yes, if the target already exists, it will replace it. But in this scenario, we require that the target file does not exist, if it does, it will report an...
Yes! You are right! So, what do you think I add an option `FILE_ALLOW_UNSAFE_RENAME` to support to write to mounted path which do not support hard link.
Hi @roeap, do you have any other concerns? I can modify them at any time. Please feel free to review, thanks!
> @RobinLin666 what's the impact if multiple people write at the same time to a mounted storage? Hi @ion-elgreco Here is the doc of blobfuse,  writing to different directories...
Hi team, just wanted to kindly bump this PR for review. Thank you!
Since delta-rs has been refactored, I have also rearranged the code here. Please review it again. Thank you! Note: To completely fix this problem, you need to upgrade arrow-rs object_store...
Hi @MrPowers, could you please help to review the PR, since you refined the code last week. Thanks
Hi @roeap / @wjones127 / @rtyler / @fvaleye / @ion-elgreco / @MrPowers Could you please help to review the PR? it will be really nice to have this functionality as...
Hi guys, we are preparing a new Fabric Notebook which has a pure python environment, so we want to depend on this library to provide users with an enjoyable experience...