vinothchandar opened a new pull request, #17611: URL: https://github.com/apache/hudi/pull/17611
### Describe the issue this Pull Request addresses Code sweep on hudi-hadoop-common for package organization. and minor cleanups in hudi-common ### Summary and Changelog - Move HoodieParquetConfig to common.config.* - Reference avro schema convertor class names in code, so usage is IDE traceable - Remove unused methods in ParquetTableSchemaResolver - Moving HadoopSeekableDataInputStream to io.hadoop.* - Move Hadoop IO classes to io.storage.hadoop package - Relocate 9 classes (HoodieAvroFileReaderFactory, HoodieAvroFileWriterFactory, - HoodieHadoopIOFactory, HoodieAvroParquetReader, HoodieAvroOrcReader, - HoodieAvroParquetWriter, HoodieAvroHFileWriter, HoodieAvroOrcWriter, - HoodieParquetStreamWriter) from io.hadoop to io.storage.hadoop to follow - Java package convention where implementations mirror base package structure. - moving HoodieAvroParquetReaderIterator to common.util - Minor changes to add use class names from code and lombok zero-arg constructor - Clean up ExceptionUtil and SchemaNotFoundException package ### Impact none ### Risk Level none ### Documentation Update none ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Enough context is provided in the sections above - [ ] Adequate tests were added if applicable -- 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]
