Skip to content

Commit 174f70f

Browse files
author
dapeng
committed
test log
1 parent f51bf15 commit 174f70f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kafka-base/kafka-base-sink/src/main/java/com/dtstack/flink/sql/sink/kafka/CustomerKeyedSerializationSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private byte[] serializeJsonKey(JsonRowSerializationSchema jsonRowSerializationS
5151
sb.append(objectNode.get(key));
5252
}
5353
}
54-
return sb.toString().getBytes();
54+
return null;
5555
}catch (Exception e){
5656

5757
}

0 commit comments

Comments
 (0)