joyhaldar commented on code in PR #15688:
URL: https://github.com/apache/iceberg/pull/15688#discussion_r2964004653
##########
flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/data/FlinkAvroWriter.java:
##########
@@ -43,6 +44,12 @@ public FlinkAvroWriter(RowType rowType) {
this.rowType = rowType;
}
+ public static FlinkAvroWriter buildWriter(
+ org.apache.iceberg.Schema icebergSchema, RowType engineSchema) {
Review Comment:
Can't import `org.apache.avro.Schema` is [already
imported](https://github.com/apache/iceberg/blob/1009ef41b25b4602baa949c15c31db34b7a2ad96/flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/data/FlinkAvroWriter.java#L27).
Is fully qualified okay?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]