linliu-code commented on code in PR #13498:
URL: https://github.com/apache/hudi/pull/13498#discussion_r2180523105


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/format/FlinkRowDataReaderContext.java:
##########
@@ -178,6 +179,20 @@ public Object getValue(RowData record, Schema schema, 
String fieldName) {
     }
   }
 
+  @Override
+  public void setValue(RowData record, Schema schema, String fieldName, Object 
value) {
+    // Get the index of the field from Avro schema
+    Schema.Field field = schema.getField(fieldName);

Review Comment:
   This is not relevant now since I remove the function.



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