hlteoh37 commented on code in PR #141:
URL:
https://github.com/apache/flink-connector-aws/pull/141#discussion_r1687672586
##########
flink-connector-aws/flink-connector-sqs/src/test/java/org/apache/flink/connector/sqs/sink/SqsSinkBuilderTest.java:
##########
@@ -25,14 +25,6 @@
/** Covers construction, defaults and sanity checking of {@link
SqsSinkBuilder}. */
class SqsSinkBuilderTest {
- @Test
- void elementConverterOfSinkMustBeSetWhenBuilt() {
- Assertions.assertThatExceptionOfType(NullPointerException.class)
- .isThrownBy(() ->
SqsSink.builder().setSqsUrl("sqlUrl").build())
- .withMessageContaining(
- "No SerializationSchema was supplied to the SQS Sink
builder.");
- }
-
Review Comment:
Why did we remove this unit test?
--
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]