From ea280b6f02da562cee513bd90635935f0920311c Mon Sep 17 00:00:00 2001 From: Chamikara Jayalath Date: Thu, 11 Jun 2026 09:42:18 -0700 Subject: [PATCH 1/2] Updates CHANGES.md to mention the Delta Lake source --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 698d88b01fab..04fc8e480510 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -65,6 +65,7 @@ ## I/Os +* Adds a source for reading from Delta Lake (Java) ([#38551](https://github.com/apache/beam/issues/38551)). * Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). ## New Features / Improvements From 28aa1272498b5ca7bfcfbea15621b92adfec4748 Mon Sep 17 00:00:00 2001 From: Chamikara Jayalath Date: Thu, 11 Jun 2026 09:58:06 -0700 Subject: [PATCH 2/2] Updates --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 04fc8e480510..3eefa7f43092 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -65,7 +65,7 @@ ## I/Os -* Adds a source for reading from Delta Lake (Java) ([#38551](https://github.com/apache/beam/issues/38551)). +* Support for reading from Delta Lake added (Java) ([#38551](https://github.com/apache/beam/issues/38551)). * Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). ## New Features / Improvements