[ https://issues.apache.org/jira/browse/GOBBLIN-1126?focusedWorklogId=430433&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-430433 ]
ASF GitHub Bot logged work on GOBBLIN-1126: ------------------------------------------- Author: ASF GitHub Bot Created on: 04/May/20 21:40 Start Date: 04/May/20 21:40 Worklog Time Spent: 10m Work Description: autumnust commented on a change in pull request #2966: URL: https://github.com/apache/incubator-gobblin/pull/2966#discussion_r419745811 ########## File path: gobblin-compaction/src/main/java/org/apache/gobblin/compaction/mapreduce/RecordKeyDedupReducerBase.java ########## @@ -88,21 +87,33 @@ protected void reduce(KI key, Iterable<VI> values, Context context) numVals++; } + writeRetainValue(valueToRetain, context); Review comment: Isn't this method only write single value? ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 430433) Time Spent: 1h (was: 50m) > Supporting Column Projection in OrcStruct in compaction for making shuffle > key slimmer > -------------------------------------------------------------------------------------- > > Key: GOBBLIN-1126 > URL: https://issues.apache.org/jira/browse/GOBBLIN-1126 > Project: Apache Gobblin > Issue Type: Bug > Reporter: Lei Sun > Priority: Major > Time Spent: 1h > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.3.4#803005)