pranavsaxena-microsoft commented on code in PR #4039:
URL: https://github.com/apache/hadoop/pull/4039#discussion_r1056027493
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsHttpOperation.java:
##########
@@ -110,6 +115,10 @@ protected HttpURLConnection getConnection() {
return connection;
}
+ void setConnection(final HttpURLConnection connection) {
+ this.connection = connection;
+ }
+
Review Comment:
Kindly refer to
https://github.com/pranavsaxena-microsoft/hadoop/commit/ff0a272c525437b8d7ae6dcaf74419139cf2c1fe
and
https://github.com/pranavsaxena-microsoft/hadoop/commit/443c295e2e4d27155054b4823dd379a0c2c5517e
on the approach to remove this setter.
--
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]