gszadovszky commented on code in PR #1242:
URL: https://github.com/apache/parquet-mr/pull/1242#discussion_r1469376559
##########
parquet-hadoop/pom.xml:
##########
@@ -95,6 +95,11 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson-databind.version}</version>
</dependency>
+ <dependency>
+ <groupId>${jackson.groupId}</groupId>
Review Comment:
@wgtmac, the
[README](https://github.com/apache/parquet-mr/blob/master/parquet-jackson/README.md)
of parquet-jackson describes how it works. This is only for doing the shading
once (and having one shaded jar) instead of in all the modules which requires
jackson.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]