pratyakshsharma commented on a change in pull request #2744:
URL: https://github.com/apache/hudi/pull/2744#discussion_r612620546
##########
File path:
hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamer.java
##########
@@ -1624,6 +1624,13 @@ public TestGenerator(TypedProperties props) {
}
}
+ public static class TestTableLevelGenerator extends SimpleKeyGenerator {
Review comment:
Why do we need this new class? `TestGenerator` already exists in
`TestHoodieDeltaStreamer`. See if you can use the same.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]