You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/06 23:58:00 UTC

[GitHub] [arrow] niyue commented on pull request #12812: ARROW-16131 [C++] support saving and retrieving custom metadata in batches for IPC file

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org