Re: [DISCUSS][C++] Empty directory marker creation in S3FileSystem

2024-07-12 Thread Hyunseok Seo
rol of > > the > > > > > > actions performed on the object store they are using. Cons would > be > > > > > > slower > > > > > > operations when working with a local filesystem and no concept of > > > > > > directory. > > > > > > >

Re: [DISCUSS][C++] Empty directory marker creation in S3FileSystem

2024-07-12 Thread Hyunseok Seo
needed, users should be able to combine functions available through S3FileSystem to optimize their use. Thank you once again for your feedback. I will proceed with improving this by adding an option to *S3Options*. Regards Hyunseok Seo. 2024년 7월 12일 (금) 오후 7:52, Antoine Pitrou 님이 작성: >

[DISCUSS][C++] Empty directory marker creation in S3FileSystem

2024-07-12 Thread Hyunseok Seo
Hello. community! I am currently working on addressing the issue described in [[C++] Add option to not create parent directory with S3 delete_file]( https://github.com/apache/arrow/issues/36275). In this process, I have found it necessary to gather feedback on how to best resolve this issue. Below