nsivabalan commented on code in PR #13549:
URL: https://github.com/apache/hudi/pull/13549#discussion_r2217003936


##########
hudi-client/hudi-java-client/src/test/java/org/apache/hudi/common/table/read/TestHoodieFileGroupReaderOnJava.java:
##########
@@ -60,6 +60,8 @@ public void assertRecordMatchesSchema(Schema schema, 
IndexedRecord record) {
 
   @Override
   public HoodieTestDataGenerator.SchemaEvolutionConfigs 
getSchemaEvolutionConfigs() {
-    return new HoodieTestDataGenerator.SchemaEvolutionConfigs();
+    HoodieTestDataGenerator.SchemaEvolutionConfigs configs = new 
HoodieTestDataGenerator.SchemaEvolutionConfigs();
+    configs.addNewFieldSupport = false;

Review Comment:
   why adding a new field is disabled?



-- 
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]

Reply via email to