xiaochen-zhou commented on code in PR #6767:
URL: https://github.com/apache/seatunnel/pull/6767#discussion_r1594848170
##########
seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/utils/RowConverter.java:
##########
@@ -320,7 +321,7 @@ public static SeaTunnelRow convert(InternalRow rowData,
SeaTunnelRowType seaTunn
break;
default:
throw new PaimonConnectorException(
- CommonErrorCodeDeprecated.UNSUPPORTED_DATA_TYPE,
+ CommonErrorCode.UNSUPPORTED_DATA_TYPE,
Review Comment:
> Please throw common error by use this method.
>
>
https://github.com/apache/seatunnel/blob/a5609d600e0b6da51eab67eee431cef232a2fbb9/seatunnel-common/src/main/java/org/apache/seatunnel/common/exception/CommonError.java#L90
done.
--
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]