nsivabalan commented on a change in pull request #3849:
URL: https://github.com/apache/hudi/pull/3849#discussion_r735196225
##########
File path:
hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamerWithMultiWriter.java
##########
@@ -254,6 +254,16 @@ private static TypedProperties
prepareMultiWriterProps(FileSystem fs, String bas
return cfg;
}
+ /**
+ * Specifically used for {@link TestHoodieDeltaStreamerWithMultiWriter}.
+ *
+ * The fixture test tables have random records generated by
+ * {@link org.apache.hudi.common.testutils.HoodieTestDataGenerator} using
+ * {@link
org.apache.hudi.common.testutils.HoodieTestDataGenerator#TRIP_EXAMPLE_SCHEMA}.
+ *
+ * The COW fixture test table has 3000 unique records in 7 compaction
commits.
Review comment:
COW can't have any compaction commits. Did you mean just regular
commits?
--
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]