hudi-bot opened a new issue, #17324: URL: https://github.com/apache/hudi/issues/17324
Spark Avro reader logic treats Avro ENUM type as String when converted to Spark StructType schema, which is converted back to Avro String type if it goes through Row to GenericRecord conversion. This is different from our previous logic where the record is directly read out as Avro GenericRecord. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8660 - Type: Sub-task - Parent: https://issues.apache.org/jira/browse/HUDI-9108 - Fix version(s): - 1.1.0 --- ## Comments 12/May/25 19:44;linliu;Where does it translate ROW to GenericRecord? Can we use the original AVRO schema? If not, why?;;; -- 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]
