Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Feb 12, 2025
1 parent b3a7585 commit 8703aa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/src/arrow/dataset/file_parquet_encryption_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ class DatasetEncryptionTestBase : public testing::TestWithParam<EncryptionTestPa
// Write dataset.
auto dataset = std::make_shared<InMemoryDataset>(table_);
EXPECT_OK_AND_ASSIGN(auto scanner_builder, dataset->NewScan());
// ideally, we would have UseThreads(concurrently) here, but that is not working
// unless GH-26818 (https://github.com/apache/arrow/issues/26818) is fixed
ARROW_EXPECT_OK(scanner_builder->UseThreads(GetParam().concurrently));
EXPECT_OK_AND_ASSIGN(auto scanner, scanner_builder->Finish());

Expand Down

0 comments on commit 8703aa8

Please sign in to comment.