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

--
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]