OpenOpened opened a new pull request #1358: [HUDI-344][RFC-09] Hudi Dataset Snapshot Exporter URL: https://github.com/apache/incubator-hudi/pull/1358 ## What is the purpose of the pull request According to the relevant description of RFC-09 in the wiki, I refer to the org.apache.hudi.utilities.TestHoodieSnapshotCopier class to implement the HoodieSnapshotExporter class and provide test cases. Most of the functions have been implemented, but the output-partitioner in the document (A class to facilitate custom repartitioning), in my code, it is not necessary to create a PairRDD<K,V> or RDD<K,V> and use a custom Partitioner. I hope you can get your opinions. wiki: https://cwiki.apache.org/confluence/display/HUDI/RFC+-+09+%3A+Hudi+Dataset+Snapshot+Exporter jira: https://issues.apache.org/jira/browse/HUDI-344
---------------------------------------------------------------- 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
