cshuo commented on code in PR #13572:
URL: https://github.com/apache/hudi/pull/13572#discussion_r2238170716


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/TestHoodieFileGroupReaderOnFlink.java:
##########
@@ -176,23 +176,9 @@ public void assertRecordMatchesSchema(Schema schema, 
RowData record) {
   @Override
   public HoodieTestDataGenerator.SchemaEvolutionConfigs 
getSchemaEvolutionConfigs() {
     HoodieTestDataGenerator.SchemaEvolutionConfigs configs = new 
HoodieTestDataGenerator.SchemaEvolutionConfigs();
-    configs.nestedSupport = false;
+    configs.supportBytesInArrayMap = false;

Review Comment:
   Flink side has well-tested `schema.on.read` support, and currently seems no 
tests for `schema.on.write` evolution. I think we can leave these configs as is 
now, and I noticed there is already a related jira HUDI-9603 to track the 
problem.



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