westonpace commented on a change in pull request #10076:
URL: https://github.com/apache/arrow/pull/10076#discussion_r619576323
##########
File path: cpp/src/arrow/dataset/scanner_test.cc
##########
@@ -115,7 +116,7 @@ class TestScanner : public
DatasetFixtureMixinWithParam<TestScannerParams> {
AssertScanBatchesUnorderedEquals(expected.get(), scanner.get(), 1);
}
-};
+}; // namespace dataset
Review comment:
I removed it manually for now. I tried `ninja format` which runs `cd
/home/pace/dev/arrow/cpp/conbench-build &&
/home/pace/anaconda3/envs/conbench2/bin/python3.7
/h.../dev/arrow/cpp/build-support/lint_exclusions.txt --source_dir
/home/pace/dev/arrow/cpp/src --fix --quiet` and it had the same issue.
Although presumably, if you are doing format manually, you wouldn't run format
until after everything is compiling correctly so this wouldn't be an issue.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]