hailin0 commented on code in PR #5742:
URL: https://github.com/apache/seatunnel/pull/5742#discussion_r1375262874
##########
seatunnel-connectors-v2/connector-amazonsqs/src/main/java/org/apache/seatunnel/connectors/seatunnel/amazonsqs/sink/AmazonSqsSink.java:
##########
@@ -50,7 +50,7 @@ public class AmazonSqsSink extends
AbstractSimpleSink<SeaTunnelRow, Void> {
@Override
public String getPluginName() {
- return "amazonsqs";
+ return "AmazonSqs";
Review Comment:
Is it compatible with older versions?
--
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]