pavibhai commented on a change in pull request #635:
URL: https://github.com/apache/orc/pull/635#discussion_r589648917
##########
File path: java/core/src/java/org/apache/orc/impl/reader/StripePlanner.java
##########
@@ -68,14 +74,15 @@
private String writerTimezone;
private long currentStripeId;
private long originalStripeId;
- private Map<StreamName, StreamInformation> streams = new HashMap<>();
+ private final Map<StreamName, StreamInformation> streams = new HashMap<>();
Review comment:
Merged as part of ORC-754
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]