rtpsw commented on code in PR #13117:
URL: https://github.com/apache/arrow/pull/13117#discussion_r870767102
##########
cpp/src/arrow/dataset/file_test.cc:
##########
@@ -349,18 +349,17 @@ TEST_F(TestFileSystemDataset, WriteProjected) {
}
class FileSystemWriteTest : public testing::TestWithParam<std::tuple<bool,
bool>> {
+ using PlanFactory = std::function<cp::Declaration(
+ const FileSystemDatasetWriteOptions&,
+ std::function<Future<util::optional<cp::ExecBatch>>()>*)>;
+
Review Comment:
Given the ["No clear root" test
error](https://github.com/apache/arrow/runs/6395740926?check_suite_focus=true),
maybe the easiest fix would be the former alternative.
--
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]