vinothchandar commented on a change in pull request #4417:
URL: https://github.com/apache/hudi/pull/4417#discussion_r787260937
##########
File path:
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieParquetInputFormat.java
##########
@@ -63,102 +54,22 @@
*/
@UseRecordReaderFromInputFormat
@UseFileSplitsFromInputFormat
-public class HoodieParquetInputFormat extends MapredParquetInputFormat
implements Configurable {
+public class HoodieParquetInputFormat extends HoodieFileInputFormatBase
implements Configurable {
Review comment:
this is a problem. Hive code special cases subclasses of
`MapredParquetInputFormat` for some of the optimizations. So we need to
maintain this hierarchy.
--
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]