From 096b59ca4ea43f19ec9c0a555d7c66ef80f94d58 Mon Sep 17 00:00:00 2001 From: Angel Date: Mon, 2 Jun 2025 13:12:06 -0600 Subject: [PATCH] updates outdated links to Apache Avro spec (#202) --- source/introduction/data-formats.txt | 10 +++++----- source/source-connector/usage-examples/schema.txt | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/source/introduction/data-formats.txt b/source/introduction/data-formats.txt index fd447f1e..0ba6de0b 100644 --- a/source/introduction/data-formats.txt +++ b/source/introduction/data-formats.txt @@ -146,9 +146,9 @@ Avro Schema Avro schema is a JSON-based schema definition syntax. Avro schema supports the specification of the following groups of data types: -- `Primitive Types `__ -- `Complex Types `__ -- `Logical Types `__ +- `Primitive Types `__ +- `Complex Types `__ +- `Logical Types `__ .. warning:: Unsupported Avro Types @@ -194,7 +194,7 @@ You use Avro schema when you :ref:`define a schema for a {+source-connector+} `. For a list of all Avro schema types, see the -`Apache Avro specification `__. +`Apache Avro specification `__. .. _kafka-df-avro-encoding: @@ -220,7 +220,7 @@ Avro converter, see the :ref:`Converters ` guide. To learn more about Avro binary encoding, see -`this section of the Avro specification `__. +`this section of the Avro specification `__. .. _kafka-db-byte-arrays: diff --git a/source/source-connector/usage-examples/schema.txt b/source/source-connector/usage-examples/schema.txt index a2ba7cf8..9ae345cc 100644 --- a/source/source-connector/usage-examples/schema.txt +++ b/source/source-connector/usage-examples/schema.txt @@ -85,18 +85,18 @@ using the following data types: - Description * - **name** - - `string `__ + - `string `__ - | Name of the customer * - **visits** - - `array `__ - of `timestamps `__ + - `array `__ + of `timestamps `__ - Dates the customer visited * - **goods_purchased** - - `map `__ + - `map `__ of string (the assumed type) to - `integer `__ + `integer `__ values - Names of goods and quantity of each item the customer purchased