From 5eeffc7715fe6823d883906b590d8ccf1acfd14c Mon Sep 17 00:00:00 2001 From: Svetak Sundhar Date: Mon, 22 Jan 2024 14:16:38 +0000 Subject: [PATCH] Address Feedback from Beam Website Feedback Form. (#30064) * Create HealthcareUtils file with shared resources * revert * Addressing some feedback from the Beam Website Feedback Form --- website/www/site/content/en/documentation/io/connectors.md | 2 +- website/www/site/content/en/documentation/programming-guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/www/site/content/en/documentation/io/connectors.md b/website/www/site/content/en/documentation/io/connectors.md index ab8ccf935cb71..0ef86123dd042 100644 --- a/website/www/site/content/en/documentation/io/connectors.md +++ b/website/www/site/content/en/documentation/io/connectors.md @@ -802,12 +802,12 @@ This table provides a consolidated, at-a-glance overview of the available built- ✔ native + Not available ✔ native Not available - Not available ✔ ✔ diff --git a/website/www/site/content/en/documentation/programming-guide.md b/website/www/site/content/en/documentation/programming-guide.md index 6de0ee4727826..47808063254f0 100644 --- a/website/www/site/content/en/documentation/programming-guide.md +++ b/website/www/site/content/en/documentation/programming-guide.md @@ -496,7 +496,7 @@ specifying custom encodings as needed. #### 3.2.2. Element schema {#element-schema} -In many cases, the element type in a `PCollection` has a structure that can introspected. +In many cases, the element type in a `PCollection` has a structure that can be introspected. Examples are JSON, Protocol Buffer, Avro, and database records. Schemas provide a way to express types as a set of named fields, allowing for more-expressive aggregations.