jonvex commented on code in PR #12006:
URL: https://github.com/apache/hudi/pull/12006#discussion_r1778743130
##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/utils/HoodieArrayWritableAvroUtils.java:
##########
@@ -52,6 +52,7 @@ public static int[] getProjection(Schema from, Schema to) {
* and if the size changes the reader will fail
*/
public static UnaryOperator<ArrayWritable> projectRecord(Schema from, Schema
to) {
+ //TODO: [HUDI-8261] add casting to the projection
Review Comment:
@yihua and I will discuss if it is a priority
--
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]