jfsii commented on a change in pull request #2841:
URL: https://github.com/apache/hive/pull/2841#discussion_r766036837
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java
##########
@@ -278,11 +278,6 @@
*/
private Map<URI, HadoopShims.HdfsEncryptionShim> hdfsEncryptionShims =
Maps.newHashMap();
- /**
- * Cache for Erasure Coding shims.
- */
- private Map<URI, HadoopShims.HdfsErasureCodingShim> erasureCodingShims;
Review comment:
I did not purposely remove this, I think it was due to me moving around
things. But it does seem valid to remove it ass I can not find any usage of
this anywhere.
--
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]