This is an automated email from the ASF dual-hosted git repository. jark pushed a change to branch release-1.11 in repository https://gitbox.apache.org/repos/asf/flink.git.
from 26d7a12 [FLINK-18110][fs-connector] StreamingFileSink notifies for buckets detected to be inactive on restoring new 2dc5e08 [FLINK-18073][avro] Fix AvroRowDataSerializationSchema is not serializable new 85695e9 [hotfix][avro] Fix AvroRowSerializationSchema doesn't support TIMESTAMP type new e9a49b7 [FLINK-18029][kafka] Add more ITCases for Kafka with new formats (avro, csv, json) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../flink-connector-kafka-0.10/pom.xml | 13 +++ .../flink-connector-kafka-0.11/pom.xml | 13 +++ .../connectors/kafka/table/KafkaTableTestBase.java | 81 ++++++++++++++----- flink-connectors/flink-connector-kafka/pom.xml | 13 +++ .../formats/avro/AvroFileSystemFormatFactory.java | 3 +- .../avro/AvroRowDataSerializationSchema.java | 92 +++++++++++++++++----- .../formats/avro/AvroRowSerializationSchema.java | 9 +++ .../avro/typeutils/AvroSchemaConverter.java | 23 +++--- .../avro/typeutils/AvroSchemaConverterTest.java | 42 ++++++++++ 9 files changed, 236 insertions(+), 53 deletions(-)