rangareddy commented on issue #17031: URL: https://github.com/apache/hudi/issues/17031#issuecomment-5391448978
This issue was reviewed as part of the JIRA-migrated backlog triage (HUDI-9453). **Findings: confirmed not done.** The class is still in `hudi-hadoop-common`: ``` hudi-hadoop-common/src/main/java/org/apache/hudi/io/storage/hadoop/HoodieAvroHFileWriter.java ``` Note the `.hadoop` package segment - that is the useful signal here. The file move itself is trivial; what makes this real work is whatever Hadoop-typed dependency keeps it in that module. Identifying and removing that is the task, and the ticket would be easier to pick up if it named it. Sibling under the same parent (HUDI-8222): #17396 (HUDI-9462, revisit the serialize API in `HFileBlock`), which is also still open. Keeping this open. -- 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]
