arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Move `protobuf_test_util.cc` into a common location for all tests that use protobuf

Open alinaliBQ opened this issue 6 months ago • 0 comments

Describe the enhancement requested

In https://github.com/apache/arrow/pull/14508#issuecomment-1292178354, it was proposed that google::protobuf::ShutdownProtobufLibrary should be called after all tests that use protobuf.

We should move protobuf_test_util.cc into a more common location so all tests that use protobuf can bring this file and safely shut down the protobuf library.

Component(s)

C++

alinaliBQ avatar Jun 23 '25 23:06 alinaliBQ