wankunde commented on code in PR #1242:
URL: https://github.com/apache/parquet-mr/pull/1242#discussion_r1463130965
##########
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:
https://github.com/apache/parquet-mr/pull/1242#issuecomment-1867283526
I'm sorry, the UT failed, I don't know why.
--
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]