Zouxxyy commented on code in PR #9554:
URL: https://github.com/apache/hudi/pull/9554#discussion_r1308223983
##########
hudi-spark-datasource/hudi-spark-common/pom.xml:
##########
@@ -228,6 +228,19 @@
<scope>test</scope>
</dependency>
+ <!-- Hive -->
+ <dependency>
+ <groupId>${hive.groupid}</groupId>
+ <artifactId>hive-exec</artifactId>
+ <classifier>${hive.exec.classifier}</classifier>
+ <exclusions>
+ <exclusion>
Review Comment:
here is the error:
```
error: Class org.apache.hadoop.hive.ql.io.SelfDescribingInputFormatInterface
not found - continuing with a stub.
[ERROR] classOf[HoodieParquetInputFormat].getCanonicalName
[ERROR] ^
[WARNING] one warning found
[ERROR] one error found
```
--
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]