我看Kafka Connector源码生成的是GenericRowData,到Jdbc
Sink类型编程BinaryRowData了。Runtime层把GenericRowData转换BinaryRowData的规则是什么?

回复