We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75504fd commit 0366dedCopy full SHA for 0366ded
src/main/java/com/databend/kafka/connect/sink/records/DatabendRecordContent.java
@@ -25,7 +25,6 @@ public class DatabendRecordContent {
25
* <p>If we change this logic in future, we need to carefully modify how we handle tombstone
26
* records.
27
*
28
- * <p>@see SnowflakeSinkServiceV1#shouldSkipNullValue(SinkRecord)
29
*/
30
public DatabendRecordContent() {
31
content = new JsonNode[1];
0 commit comments