Hisoka-X commented on code in PR #5742:
URL: https://github.com/apache/seatunnel/pull/5742#discussion_r1375269656
##########
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:
AmazonSqs not released in 2.3.3. PS: our plugin name mapping ignore case.
--
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]