shangxinli commented on PR #13365: URL: https://github.com/apache/hudi/pull/13365#issuecomment-3092504417
@zhangyue19921010 I just add a change to my personal branch https://github.com/shangxinli/hudi/commit/5fbfea4a319018ed0c107aca21ba4928b55db471. This change provides the Parquet API that takes list of files as input and output one file. Internally, it validates all files need to have the same schema. mergeFiles(List<Path> inputFiles, Path outputFile) You can port your change of the clustering strategy code on top it and implement a groupBy function to facilitate it. Let me know if you want me to check in the change. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
