steveloughran commented on code in PR #15029:
URL: https://github.com/apache/iceberg/pull/15029#discussion_r2709060130


##########
azure/src/main/java/org/apache/iceberg/azure/adlsv2/ADLSInputStream.java:
##########
@@ -180,13 +183,29 @@ public int readTail(byte[] buffer, int offset, int 
length) throws IOException {
     }
   }
 
+  private void handleStorageException(RuntimeException runtimeException) {

Review Comment:
   are there other operations on a stream which could trigger the 404 response?



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