This is an automated email from the ASF dual-hosted git repository.
xqhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 8fb42c7a730 Update CHANGES.md (#34639)
8fb42c7a730 is described below
commit 8fb42c7a730c811114af1e13ca47dfa6b24fc9ad
Author: liferoad <[email protected]>
AuthorDate: Wed Apr 16 15:14:11 2025 -0400
Update CHANGES.md (#34639)
* Update CHANGES.md
* Update CHANGES.md
---
CHANGES.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 186dc17a46b..93353245042 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -104,14 +104,13 @@
## Highlights
* Managed API for
[Java](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/managed/Managed.html)
and
[Python](https://beam.apache.org/releases/pydoc/current/apache_beam.transforms.managed.html#module-apache_beam.transforms.managed)
supports [key I/O
connectors](https://beam.apache.org/documentation/io/connectors/) Iceberg,
Kafka, and BigQuery.
-* New highly anticipated feature X added to Python SDK
([#X](https://github.com/apache/beam/issues/X)).
-* New highly anticipated feature Y added to Java SDK
([#Y](https://github.com/apache/beam/issues/Y)).
## I/Os
* [Java] Use API compatible with both com.google.cloud.bigdataoss:util 2.x and
3.x in BatchLoads ([#34105](https://github.com/apache/beam/pull/34105))
* [IcebergIO] Added new CDC source for batch and streaming, available as
`Managed.ICEBERG_CDC` ([#33504](https://github.com/apache/beam/pull/33504))
* [IcebergIO] Address edge case where bundle retry following a successful data
commit results in data duplication
([#34264](https://github.com/apache/beam/pull/34264))
+* [Java&Python] Add explicit schema support to JdbcIO read and xlang transform
([#23029](https://github.com/apache/beam/issues/23029))
## New Features / Improvements