yihua commented on code in PR #9237:
URL: https://github.com/apache/hudi/pull/9237#discussion_r1280200668


##########
hudi-common/src/main/java/org/apache/hudi/avro/HoodieAvroUtils.java:
##########
@@ -917,6 +917,7 @@ private static Object rewritePrimaryType(Object oldValue, 
Schema oldSchema, Sche
         case DOUBLE:
         case BYTES:
         case STRING:
+        case ENUM:

Review Comment:
   Makes sense.  Moved to the caller `rewriteRecordWithNewSchemaInternal()`.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to