hiroyuki-sato commented on PR #51121: URL: https://github.com/apache/arrow/pull/51121#issuecomment-5494850784
@pitrou It looks like I misunderstood which part needed to be fixed after looking at this error and the suggested change below it. https://github.com/apache/arrow/issues/51095#issuecomment-5490991320 `find: ‘/tmp/buffered-test-0gzee19x’: Aucun fichier ou dossier de ce nom` means `No such file or directory`, so the error occurs because it is trying to find `/tmp/buffered-test-0gzee19x`. The part I changed is related to files whose names start with `core`, so my change is not related to this error. I'll take another careful look. -- 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]
