pitrou commented on code in PR #44990:
URL: https://github.com/apache/arrow/pull/44990#discussion_r1952213271
##########
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:
When you say "that is not working", it's simply the `AssertTablesEqual` call
that would fail, right?
If that's indeed the case, we can sort the tables before comparing them, to
make sure the test is not order-dependent.
--
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]