fsilent commented on code in PR #7129:
URL: https://github.com/apache/hudi/pull/7129#discussion_r1013522502


##########
hudi-spark-datasource/hudi-spark-common/pom.xml:
##########
@@ -222,6 +222,20 @@
       <scope>test</scope>
     </dependency>
 
+    <!-- Hive -->
+    <dependency>

Review Comment:
   because support column type evolution for Hive we should let 
HoodieParquetInputFormat and HoodieParquetRealtimeInputFormat implements 
org.apache.hadoop.hive.ql.io.SelfDescribingInputFormatInterface.
   And in hudi-spark-datasource moudle,  will load HoodieParquetInputFormat  
and HoodieParquetRealtimeInputFormat, but not found 
SelfDescribingInputFormatInterface
   
![image](https://user-images.githubusercontent.com/9815890/199864122-52170839-33a3-49c9-aca0-8fadd9f30568.png)
   



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to