yihua commented on code in PR #12962:
URL: https://github.com/apache/hudi/pull/12962#discussion_r2017561647
##########
packaging/hudi-spark-bundle/pom.xml:
##########
@@ -114,8 +112,6 @@
<include>com.uber.m3:tally-m3</include>
<include>com.uber.m3:tally-core</include>
- <include>com.yammer.metrics:metrics-core</include>
Review Comment:
This is no longer part of the spark or utilities slim bundle either.
##########
packaging/hudi-spark-bundle/pom.xml:
##########
@@ -99,8 +99,6 @@
<include>com.github.davidmoten:hilbert-curve</include>
<include>com.github.ben-manes.caffeine:caffeine</include>
<include>org.apache.parquet:parquet-avro</include>
-
<include>com.twitter:bijection-avro_${scala.binary.version}</include>
-
<include>com.twitter:bijection-core_${scala.binary.version}</include>
Review Comment:
These are only introduced by `hudi-utilities` module on which
`hudi-spark-bundle` does not depends.
--
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]