wankunde commented on code in PR #1242:
URL: https://github.com/apache/parquet-mr/pull/1242#discussion_r1463010219
##########
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:
The jackson-annotations dependency is used in
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/metadata/ParquetMetadata.java
. Do not serialize `InputFile inputFile` to json and keep the the same
behavior as before. I'm sorry I'm not familiar with jackson library and not
sure is there any other way to do this.
--
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]