TaoZex commented on code in PR #3527:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3527#discussion_r1031572211


##########
seatunnel-connectors-v2/connector-tablestore/src/main/java/org/apache/seatunnel/connectors/seatunnel/tablestore/serialize/DefaultSeaTunnelRowSerializer.java:
##########
@@ -92,7 +94,8 @@ private ColumnType convertColumnType(SeaTunnelDataType<?> 
seaTunnelDataType) {
             case BYTES:
                 return ColumnType.BINARY;
             default:
-                throw new UnsupportedOperationException("Unsupported 
columnType: " + seaTunnelDataType);
+                throw new 
TablestoreConnectorException(TablestoreConnectorErrorCode.UNSUPPORTED_COLUMN_TYPE,

Review Comment:
   Thank you for your advice. It helped me a lot. I have fixed it.



-- 
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]

Reply via email to