Tom-Newton commented on code in PR #38505:
URL: https://github.com/apache/arrow/pull/38505#discussion_r1383043647


##########
cpp/src/arrow/filesystem/azurefs_test.cc:
##########
@@ -308,12 +473,12 @@ TEST_F(TestAzureFileSystem, OpenInputStreamReadMetadata) {
 
   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.

Review Comment:
   Will do, though I think there may be other conflicts e.g. renaming 
`TestAzureFileSystem` -> `AzuriteFileSystemTest`. If you merge #38524 first I 
can rebase this without too much difficulty. 



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