twalthr commented on a change in pull request #14156:
URL: https://github.com/apache/flink/pull/14156#discussion_r528575698



##########
File path: 
flink-formats/flink-json/src/main/java/org/apache/flink/formats/json/debezium/DebeziumJsonDecodingFormat.java
##########
@@ -150,13 +150,16 @@ public Object convert(GenericRowData row, int pos) {
 
                INGESTION_TIMESTAMP(
                        "ingestion-timestamp",
-                       DataTypes.TIMESTAMP_WITH_LOCAL_TIME_ZONE(3).notNull(),
+                       DataTypes.TIMESTAMP_WITH_LOCAL_TIME_ZONE(3).nullable(),

Review comment:
       I spotted this while going through the docs of Debezium and corrected it 
inline.




----------------------------------------------------------------
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:
[email protected]


Reply via email to