From 18da0fdcda13fa599bd31c1c1b0b47aa1312a3bf Mon Sep 17 00:00:00 2001 From: Kathryn Hancox Date: Mon, 9 Oct 2023 11:14:21 -0400 Subject: [PATCH] Add parquet format to cover pages for CDC --- src/current/v23.1/change-data-capture-overview.md | 2 +- src/current/v23.2/change-data-capture-overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/current/v23.1/change-data-capture-overview.md b/src/current/v23.1/change-data-capture-overview.md index 805150724e4..e8fd40dfc8f 100644 --- a/src/current/v23.1/change-data-capture-overview.md +++ b/src/current/v23.1/change-data-capture-overview.md @@ -99,7 +99,7 @@ CockroachDB has two implementations of changefeeds: Message format Emits every change to a "watched" row as a record to the current SQL session. - Emits every change to a "watched" row as a record in a configurable format (JSON, CSV, Avro). + Emits every change to a "watched" row as a record in a configurable format: JSON, CSV, Avro, Parquet (in Preview). diff --git a/src/current/v23.2/change-data-capture-overview.md b/src/current/v23.2/change-data-capture-overview.md index 056861517ea..c28af187f63 100644 --- a/src/current/v23.2/change-data-capture-overview.md +++ b/src/current/v23.2/change-data-capture-overview.md @@ -99,7 +99,7 @@ CockroachDB has two implementations of changefeeds: Message format Emits every change to a "watched" row as a record to the current SQL session. - Emits every change to a "watched" row as a record in a configurable format (JSON, CSV, Avro). + Emits every change to a "watched" row as a record in a configurable format (JSON, CSV, Avro, Parquet).