You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/07/30 09:21:17 UTC

[GitHub] [flink] leonardBang commented on a change in pull request #13019: [FLINK-18700][FLINK-18705][debezium] Fix Debezium-JSON throws NPE when tombstone message and PG table's IDENTITY config is not FULL

leonardBang commented on a change in pull request #13019:
URL: https://github.com/apache/flink/pull/13019#discussion_r462863255



##########
File path: flink-formats/flink-json/src/main/java/org/apache/flink/formats/json/debezium/DebeziumJsonDeserializationSchema.java
##########
@@ -58,6 +58,10 @@
 	private static final String OP_UPDATE = "u"; // update
 	private static final String OP_DELETE = "d"; // delete
 
+	private static final String REPLICA_IDENTITY_EXCEPTION = "\"before\" field of %s message is null, " +

Review comment:
       ```suggestion
   	private static final String REPLICA_IDENTITY_EXCEPTION = "The \"before\" field of %s message is null, " +
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org