n3nash commented on a change in pull request #1005: [HUDI-91][HUDI-12]Migrate
to spark 2.4.4, migrate to spark-avro library instead of databricks-avro, add
support for Decimal/Date types
URL: https://github.com/apache/incubator-hudi/pull/1005#discussion_r365480126
##########
File path: packaging/hudi-hadoop-mr-bundle/pom.xml
##########
@@ -143,17 +143,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
- <scope>${mr.bundle.avro.scope}</scope>
+ <scope>compile</scope>
</dependency>
</dependencies>
-
- <profiles>
- <profile>
- <id>mr-bundle-shade-avro</id>
Review comment:
@vinothchandar @bvaradar Yes, this will affect the custom payload
implementation on the reader side. But we are anyways going to make some
changes in how the payload packages are loaded so we should be able to absorb
this change as part of those considerations.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services