Hisoka-X commented on code in PR #5948:
URL: https://github.com/apache/seatunnel/pull/5948#discussion_r1419899414
##########
seatunnel-formats/seatunnel-format-json/src/main/java/org/apache/seatunnel/format/json/debezium/DebeziumJsonDeserializationSchema.java:
##########
@@ -93,8 +96,7 @@ public void deserialize(byte[] message,
Collector<SeaTunnelRow> out) throws IOEx
} else if (OP_UPDATE.equals(op)) {
SeaTunnelRow before = convertJsonNode(payload.get("before"));
if (before == null) {
- throw new SeaTunnelJsonFormatException(
- CommonErrorCodeDeprecated.UNSUPPORTED_DATA_TYPE,
+ throw new IllegalStateException(
Review Comment:
oh I see
--
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]