From db2c5c4b199176e069026b582133228b61bf3b6c Mon Sep 17 00:00:00 2001 From: Derrick Williams Date: Tue, 15 Apr 2025 13:40:47 +0000 Subject: [PATCH] add changes note about TFRecord support in beam yaml and rename integration test --- CHANGES.md | 1 + .../yaml/tests/{tfrecord_write.yaml => tfrecord.yaml} | 0 2 files changed, 1 insertion(+) rename sdks/python/apache_beam/yaml/tests/{tfrecord_write.yaml => tfrecord.yaml} (100%) diff --git a/CHANGES.md b/CHANGES.md index 8097d48d293..11b4c926af2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -73,6 +73,7 @@ ## New Features / Improvements * X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). +* [YAML] WriteToTFRecord and ReadFromTFRecord Beam YAML support ## Breaking Changes diff --git a/sdks/python/apache_beam/yaml/tests/tfrecord_write.yaml b/sdks/python/apache_beam/yaml/tests/tfrecord.yaml similarity index 100% rename from sdks/python/apache_beam/yaml/tests/tfrecord_write.yaml rename to sdks/python/apache_beam/yaml/tests/tfrecord.yaml