| 方法和说明 |
|---|
| org.apache.flink.cdc.runtime.serializer.NestedSerializersSnapshotDelegate.resolveCompatibilityWithNested(TypeSerializerSchemaCompatibility<?>, TypeSerializer<?>...)
this no method will be removed in the future. Resolving compatibility for nested
serializers is now handled by
CompositeTypeSerializerSnapshot. |
| org.apache.flink.cdc.runtime.serializer.data.writer.BinaryArrayWriter.setNullAt(int, DataType)
Use
BinaryArrayWriter.createNullSetter(DataType) for avoiding logical types during
runtime. |
Copyright © 2025 The Apache Software Foundation. All rights reserved.