pitrou commented on code in PR #44532:
URL: https://github.com/apache/arrow/pull/44532#discussion_r1816239928


##########
cpp/src/parquet/reader_test.cc:
##########
@@ -1172,6 +1180,30 @@ TEST_F(TestJSONWithLocalFile, JSONOutputFLBA) {
   EXPECT_THAT(json_content, testing::HasSubstr(json_contains));
 }
 
+// GH-44101: Test that JSON output is valid JSON
+TEST_F(TestJSONWithLocalFile, ValidJsonOutput) {
+  auto checkJsonValid = [](std::string_view json_string) -> ::arrow::Status {

Review Comment:
   Nit: `check_valid_json`?



-- 
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]

Reply via email to