Joe McDonnell has posted comments on this change. Change subject: IMPALA-4899: Fix parquet table writer dictionary leak ......................................................................
Patch Set 1: (2 comments) http://gerrit.cloudera.org:8080/#/c/6181/2//COMMIT_MSG Commit Message: Line 7: Fix parquet table writer dictionary leak > JIRA? Done http://gerrit.cloudera.org:8080/#/c/6181/1/be/src/exec/hdfs-table-sink.cc File be/src/exec/hdfs-table-sink.cc: Line 579: OutputPartition* partition = new OutputPartition(); > The OutputPartition owns the HdfsTableWriter via a scoped_ptr so we can saf Changed to use the unique_ptr with a raw pointer in HdfsTableWriter.output_. -- To view, visit http://gerrit.cloudera.org:8080/6181 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I06e354086ad24071d4fbf823f25f5df23933688f Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-HasComments: Yes
