hudi-bot opened a new issue, #17259: URL: https://github.com/apache/hudi/issues/17259
Github issue - [https://github.com/apache/hudi/issues/10983] Reproducible Code - ``` drop table hudi_table; create table hudi_table( field1 struct<colName decimal(11,2)>, field2 struct<colName decimal(10,2)> ) using hudi; insert into hudi_table (field1, field2) values ( named_struct('colName', 1.2), named_struct('colName', 3.4) ); insert into hudi_table (field1, field2) values ( named_struct('colName', 5.6), named_struct('colName', 7.8) ); – Exception - Caused by: org.apache.avro.SchemaParseException: Can't redefine: colName ``` ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-7602 - Type: Sub-task - Parent: https://issues.apache.org/jira/browse/HUDI-9113 - Fix version(s): - 1.1.0 -- 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]
