trushev commented on code in PR #5830:
URL: https://github.com/apache/hudi/pull/5830#discussion_r1033136129


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/util/RowDataProjection.java:
##########
@@ -87,4 +88,8 @@ public Object[] projectAsValues(RowData rowData) {
     }
     return values;
   }
+
+  protected @Nullable Object rewriteVal(int pos, @Nullable Object val) {
+    return val;

Review Comment:
   renamed rewriteVal => getVal



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