This is an automated email from the ASF dual-hosted git repository.

jark pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 526a919  [hotfix][csv][docs] Fix 'csv.disable-quote-character' format 
option documentation (#13036)
     new d7c71eb  [FLINK-18700][debezium] Debezium-json format throws NPE when 
PG table's IDENTITY config is not FULL
     new 4927c7d  [FLINK-18705][debezium] Fix Debezium-JSON throws NPE when 
tombstone message is received

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/dev/table/connectors/formats/debezium.md      | 12 +++++++
 docs/dev/table/connectors/formats/debezium.zh.md   | 12 +++++++
 .../DebeziumJsonDeserializationSchema.java         | 14 ++++++++
 .../DebeziumJsonDeserializationSchemaTest.java     | 37 ++++++++++++++++++++++
 .../debezium-postgres-data-replica-identity.txt    | 16 ++++++++++
 .../debezium-postgres-data-schema-exclude.txt      | 16 ++++++++++
 .../debezium-postgres-data-schema-include.txt      | 16 ++++++++++
 7 files changed, 123 insertions(+)
 create mode 100644 
flink-formats/flink-json/src/test/resources/debezium-postgres-data-replica-identity.txt
 create mode 100644 
flink-formats/flink-json/src/test/resources/debezium-postgres-data-schema-exclude.txt
 create mode 100644 
flink-formats/flink-json/src/test/resources/debezium-postgres-data-schema-include.txt

Reply via email to