From 619c50e1d1c0cc87e48dcdb7e8995c5a6241281f Mon Sep 17 00:00:00 2001 From: Brian Hulette Date: Fri, 28 May 2021 16:58:21 -0700 Subject: [PATCH] Add DataFrame API updates to CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2b0781e74a91..ce600c25e4be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -103,6 +103,8 @@ * Added capability to declare resource hints in Java and Python SDKs ([BEAM-2085](https://issues.apache.org/jira/browse/BEAM-2085)). * Added Spanner IO Performance tests for read and write. (Python) ([BEAM-10029](https://issues.apache.org/jira/browse/BEAM-10029)). * Added support for accessing GCP PubSub Message ordering keys, message IDs and message publish timestamp (Python) ([BEAM-7819](https://issues.apache.org/jira/browse/BEAM-7819)). +* DataFrame API: Added support for collecting DataFrame objects in interactive Beam ([BEAM-11855](https://issues.apache.org/jira/browse/BEAM-11855)) +* DataFrame API: Added [apache_beam.examples.dataframe](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/examples/dataframe) module ([BEAM-12024](https://issues.apache.org/jira/browse/BEAM-12024)) ## Breaking Changes