leonardBang commented on a change in pull request #16182:
URL: https://github.com/apache/flink/pull/16182#discussion_r655835230
##########
File path:
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/read/HivePartitionFetcherContextBase.java
##########
@@ -202,6 +231,7 @@ public String getComparator() {
@Override
public void close() throws Exception {
+ partValuesToCreateTime.clear();
Review comment:
Please check `null` before `clear` in case the `open()` function call
failed
--
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]