rohangarg commented on code in PR #13368:
URL: https://github.com/apache/druid/pull/13368#discussion_r1035712787


##########
extensions-core/s3-extensions/src/test/java/org/apache/druid/storage/s3/output/S3StorageConnectorTest.java:
##########
@@ -117,6 +118,56 @@ public void pathRead() throws IOException
     EasyMock.reset(S3_CLIENT);
   }
 
+  @Test
+  public void testReadRange() throws IOException
+  {
+    String data = "test";
+
+    // normal reads

Review Comment:
   renamed to `non empty reads` which is what I had meant by normal 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to