voonhous commented on code in PR #14311:
URL: https://github.com/apache/hudi/pull/14311#discussion_r2580129596
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/io/TestSecondaryIndexStreamingTrackerFileSlice.java:
##########
@@ -63,8 +63,9 @@ public class TestSecondaryIndexStreamingTrackerFileSlice {
private HoodieTable hoodieTable;
private HoodieWriteConfig config;
private WriteStatus writeStatus;
- private Schema schema;
+ private HoodieSchema schema;
private HoodieTableMetaClient metaClient;
+ @SuppressWarnings("FieldCanBeLocal")
Review Comment:
I'll just remove it as the mock methods are not used.
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/io/TestSecondaryIndexStreamingTrackerFileSlice.java:
##########
@@ -63,8 +63,9 @@ public class TestSecondaryIndexStreamingTrackerFileSlice {
private HoodieTable hoodieTable;
private HoodieWriteConfig config;
private WriteStatus writeStatus;
- private Schema schema;
+ private HoodieSchema schema;
private HoodieTableMetaClient metaClient;
+ @SuppressWarnings("FieldCanBeLocal")
Review Comment:
I'll just remove it as the mock methods are not used.
--
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]