pitrou commented on code in PR #44990: URL: https://github.com/apache/arrow/pull/44990#discussion_r1952870416
########## 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: Ok, fixed by sorting the tables before comparison. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org