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


##########
extensions-core/s3-extensions/src/main/java/org/apache/druid/storage/s3/output/S3StorageConnector.java:
##########
@@ -89,6 +90,43 @@ public InputStream open(GetObjectRequest object, long offset)
     );
   }
 
+  @Override
+  public InputStream readRange(String path, long from, long size) throws 
IOException
+  {
+    if (from < 0 || size < 0) {

Review Comment:
   Thanks for the pointer, combined their logic.



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