vinothchandar commented on issue #672: [HUDI-113]: Use Tuple2 over # delimited string URL: https://github.com/apache/incubator-hudi/pull/672#issuecomment-491939183 Essentially, I saying the following should be sufficient information? ``` new Tuple2<>(matchingFile, new HoodieKey(recordKey, partitionPath)); ``` This will also reduce shuffled data.. a nice bonus..
---------------------------------------------------------------- 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
