felipecrv commented on PR #38269:
URL: https://github.com/apache/arrow/pull/38269#issuecomment-1769500253
There is a formatting issue:
```
--- /arrow/cpp/src/arrow/filesystem/azurefs_test.cc
+++ /arrow/cpp/src/arrow/filesystem/azurefs_test.cc (after clang format)
@@ -308,8 +308,8 @@
std::shared_ptr<const KeyValueMetadata> actual;
ASSERT_OK_AND_ASSIGN(actual, stream->ReadMetadata());
- // TODO(GH-38330): This is asserting that the user defined metadata is
returned but this is
- // probably not the correct behaviour.
+ // TODO(GH-38330): This is asserting that the user defined metadata is
returned but this
+ // is probably not the correct behaviour.
ASSERT_OK_AND_EQ("value0", actual->Get("key0"));
}
/arrow/cpp/src/arrow/filesystem/azurefs_test.cc had clang-format style issues
```
--
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]