niyue commented on PR #12812:
URL: https://github.com/apache/arrow/pull/12812#issuecomment-1090938240

   I checked out all the build failures reported , including `arrow-gcsfs-test 
(Timeout)` and `arrow-s3-test (Failed)`, and they don't seem to be related with 
my change. 
   
   I can build and run the S3 test locally, and it ran into segfault locally as 
the CI server did for the test case `GetFileInfoRoot`:
   ```
   TEST_F(TestS3FS, GetFileInfoRoot) { AssertFileInfo(fs_.get(), "", 
FileType::Directory); }
   ```
   
   For the gcs test, I failed to build the google cloud cpp lib and I am not 
able to run it locally so far, but it seems happened in other PR as well (for 
example, https://github.com/apache/arrow/pull/12816)


-- 
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]

Reply via email to