EnricoMi commented on code in PR #44990:
URL: https://github.com/apache/arrow/pull/44990#discussion_r1952347564
##########
cpp/src/arrow/dataset/file_parquet_encryption_test.cc:
##########
@@ -106,19 +117,65 @@ class DatasetEncryptionTestBase : public ::testing::Test {
// 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
Review Comment:
that is correct
--
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]