Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Oct 17, 2023
1 parent a49c40f commit d7c5e4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/src/arrow/dataset/file_parquet_encryption_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ class DatasetEncryptionTest : public ::testing::Test {
static void SetUpTestSuite() {
#ifdef ARROW_VALGRIND
// Not necessary otherwise, but prevents a Valgrind leak by making sure
// OpenSSL initialization is done from the main thread.
// OpenSSL initialization is done from the main thread
// (see GH-38304 for analysis).
::parquet::encryption::EnsureBackendInitialized();
#endif

Expand Down

0 comments on commit d7c5e4c

Please sign in to comment.