wankunde commented on code in PR #1242:
URL: https://github.com/apache/parquet-mr/pull/1242#discussion_r1474740858
##########
parquet-cli/src/main/java/org/apache/parquet/cli/commands/ShowFooterCommand.java:
##########
@@ -64,13 +65,19 @@ public int run() throws IOException {
return 0;
}
+ abstract class MixIn {
+ @JsonIgnore
+ abstract int getInputFile();
Review Comment:
I mean the UT will fail if just annotating the `getInputFile` method,
create a MixIn class here (parquet-cli module) to workaround.
Parquet project already has a dependency of `jackson-annotations` library
in some other modules. So I don't think this PR will add a new dependency in
parquet-hadoop module.
<img width="678" alt="image"
src="https://github.com/apache/parquet-mr/assets/3626747/4fbf536c-29b4-458e-b267-9cf8bdc04d1d">
--
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]