JingsongLi commented on code in PR #9182:
URL: https://github.com/apache/paimon/pull/9182#discussion_r3763117343
##########
paimon-format/src/main/java/org/apache/paimon/format/avro/AvroFileFormat.java:
##########
@@ -85,6 +85,14 @@ public FormatWriterFactory createWriterFactory(RowType type)
{
return new RowAvroWriterFactory(type);
}
+ public Schema createAvroSchema(RowType rowType) {
Review Comment:
Do not rely on AvroFileFormat. Manifest reader should be a separate path.
--
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]