yihua commented on code in PR #11731:
URL: https://github.com/apache/hudi/pull/11731#discussion_r1712140159
##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamerSchemaEvolutionExtensive.java:
##########
@@ -195,7 +195,7 @@ protected void testBase(String updateFile, String
updateColumn, Map<String,Integ
protected static Stream<Arguments> testArgs() {
Stream.Builder<Arguments> b = Stream.builder();
//only testing row-writer enabled for now
- for (Boolean rowWriterEnable : new Boolean[]{true}) {
+ for (Boolean rowWriterEnable : new Boolean[]{false, true}) {
Review Comment:
Could you file a ticket to reduce the combinations here? by replacing that
with light-weight tests.
--
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]