xicm commented on code in PR #6986:
URL: https://github.com/apache/hudi/pull/6986#discussion_r1007788563
##########
hudi-common/src/main/java/org/apache/hudi/avro/HoodieAvroUtils.java:
##########
@@ -874,21 +887,30 @@ private static Object
rewritePrimaryTypeWithDiffSchemaType(Object oldValue, Sche
switch (newSchema.getType()) {
case NULL:
case BOOLEAN:
+ if (oldSchema.getType() == Schema.Type.STRING) {
Review Comment:
Hi @alexeykudinkin, thanks for your suggestion very much.
What do you think about wrapping logFiles as PartitionedFiles, just like
basefiles?
--
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]