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


##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HiveHoodieReaderContext.java:
##########
@@ -206,6 +206,18 @@ public Object getValue(ArrayWritable record, Schema 
schema, String fieldName) {
     return getFieldValueFromArrayWritable(record, schema, fieldName, 
objectInspectorCache);
   }
 
+  @Override
+  public void setValue(ArrayWritable record, Schema schema, String fieldName, 
Object value) {
+    Schema.Field field = schema.getField(fieldName);

Review Comment:
   The entire field is replaced here. But will check if the `value` is 
correctly generated from calling site.



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