This is an automated email from the ASF dual-hosted git repository.
shunping 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 999ae4762b5 Reflect that my previous PR was cherrypicked into 2.67
(#35676)
999ae4762b5 is described below
commit 999ae4762b589f9fe4d4fab48e03d6f4109ef0f9
Author: tvalentyn <[email protected]>
AuthorDate: Sun Jul 27 20:57:08 2025 +0200
Reflect that my previous PR was cherrypicked into 2.67 (#35676)
---
CHANGES.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index f350e32f25d..ea7090446d0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -72,7 +72,7 @@
## New Features / Improvements
-* Respect BatchSize and MaxBufferingDuration when using
`JdbcIO.WriteWithResults`. Previously, these settings were ignored
([#35669](https://github.com/apache/beam/pull/35669)).
+* X feature added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
## Breaking Changes
@@ -116,6 +116,7 @@
Beam now supports Milvus enrichment handler capabilities for vector, keyword,
and hybrid search operations.
* [Beam SQL] Add support for DATABASEs, with an implementation for Iceberg
([]())
+* Respect BatchSize and MaxBufferingDuration when using
`JdbcIO.WriteWithResults`. Previously, these settings were ignored
([#35669](https://github.com/apache/beam/pull/35669)).
## Breaking Changes