This is an automated email from the ASF dual-hosted git repository.
yhu 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 33195172e78 Fix CHANGES.md format (#37236)
33195172e78 is described below
commit 33195172e7855be32cc14c276fc7b9166dfa35f5
Author: Yi Hu <[email protected]>
AuthorDate: Tue Jan 6 14:36:27 2026 -0500
Fix CHANGES.md format (#37236)
* Fix bullet point
* added item noting hive major version bump
---
CHANGES.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index e5632b2608f..2643c9547fc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -69,6 +69,7 @@
## I/Os
* (Java) Elasticsearch 9 Support
([#36491](https://github.com/apache/beam/issues/36491)).
+* (Java) Upgraded HCatalogIO to Hive 4.0.1
([#32189](https://github.com/apache/beam/issues/32189)).
## New Features / Improvements
@@ -86,7 +87,7 @@
## Bugfixes
* Fixed FirestoreV1 Beam connectors allow configuring inconsistent
project/database IDs between RPC requests and routing headers #36895 (Java)
([#36895](https://github.com/apache/beam/issues/36895)).
- Logical type and coder registry are saved for pipelines in the case of
default pickler. This fixes a side effect of switching to cloudpickle as
default pickler in Beam 2.65.0 (Python)
([#35738](https://github.com/apache/beam/issues/35738)).
+* Logical type and coder registry are saved for pipelines in the case of
default pickler. This fixes a side effect of switching to cloudpickle as
default pickler in Beam 2.65.0 (Python)
([#35738](https://github.com/apache/beam/issues/35738)).
## Known Issues