kinolaev opened a new pull request, #17196: URL: https://github.com/apache/iceberg/pull/17196
Related: - issue https://github.com/apache/iceberg/issues/11903 - issue https://github.com/apache/iceberg/issues/12751 - PR https://github.com/apache/iceberg/pull/16577 - discussion thread https://lists.apache.org/thread/jncwontk4xkmt7n5ml0pbgk4x54cwzgo - PR https://github.com/apache/iceberg/pull/15437 - PR https://github.com/apache/iceberg/pull/16681 Unlike similar PRs, this one has a very narrow scope and does not introduce any breaking changes. With `legacyTimestampMapping` flag set to `false`, the `AvroSchemaUtil.toIcebergSchema` method produces an Iceberg schema that is compatible with Flink's `AvroSchemaConverter` output ([convertToTypeInfo](https://github.com/apache/iceberg/blob/apache-iceberg-1.11.0/flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/formats/avro/typeutils/AvroSchemaConverter.java#L195-L226), [convertToDataType](https://github.com/apache/iceberg/blob/apache-iceberg-1.11.0/flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/formats/avro/typeutils/AvroSchemaConverter.java#L340-L381)). -- 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]
