misi1987107 commented on issue #8548: URL: https://github.com/apache/seatunnel/issues/8548#issuecomment-2712974302
I tested the geometry type field in MySQL and replicated your error. This error is caused by the unsupported geomertry type data when deserializing debezium to seatunnel row. The specific error code reference is as follows. https://github.com/apache/seatunnel/blob/905e19b82f22dc731921c9d5274202d645b5d7d0/seatunnel-connectors-v2/connector-cdc/connector-cdc-base/src/main/java/org/apache/seatunnel/connectors/cdc/debezium/row/SeaTunnelRowDebeziumDeserializationConverters.java#L439 -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org