This is an automated email from the ASF dual-hosted git repository.
heejong 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 619c50e Add DataFrame API updates to CHANGES.md
new 4f0ea5f Merge pull request #14911 from
TheNeuralBit/dataframe-changes-230
619c50e is described below
commit 619c50e1d1c0cc87e48dcdb7e8995c5a6241281f
Author: Brian Hulette <[email protected]>
AuthorDate: Fri May 28 16:58:21 2021 -0700
Add DataFrame API updates to CHANGES.md
---
CHANGES.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 2b0781e..ce600c2 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