umehrot2 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_r364979631
##########
File path: packaging/hudi-spark-bundle/pom.xml
##########
@@ -94,8 +94,6 @@
<include>org.apache.hive:hive-service-rpc</include>
<include>org.apache.hive:hive-metastore</include>
<include>org.apache.hive:hive-jdbc</include>
-
- <include>com.databricks:spark-avro_2.11</include>
Review comment:
I can give it a shot, but we need to carefully understand the consequences
of shading a spark library, inside a Jar which is being run on Spark. I
remember earlier we had some issue on EMR, but don't have the exact details.
Nevertheless, let me try and see if tests pass.
----------------------------------------------------------------
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