hit-lacus commented on a change in pull request #1134: KYLIN-4396 Close
FileReader in SaveDictStep
URL: https://github.com/apache/kylin/pull/1134#discussion_r387407447
##########
File path:
engine-mr/src/main/java/org/apache/kylin/engine/mr/streaming/SaveDictStep.java
##########
@@ -136,6 +136,7 @@ public boolean accept(Path path) {
logger.error("dictionary of column {} not found! ",
colRef.getName());
}
}
+ reader.close();
Review comment:
Thank you!
----------------------------------------------------------------
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]
With regards,
Apache Git Services