This is an automated email from the ASF dual-hosted git repository.
amaliujia 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 c93928f add @RequiresTimeSortedInput to CHANGES.md (#11228)
c93928f is described below
commit c93928fa46bc2700587b0be113e9964398bfcbb9
Author: Jan Lukavský <[email protected]>
AuthorDate: Thu Mar 26 01:04:15 2020 +0100
add @RequiresTimeSortedInput to CHANGES.md (#11228)
---
CHANGES.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 39104ea..18efac4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -97,9 +97,10 @@
* New AnnotateImage & AnnotateImageWithContext PTransform's for element-wise &
batch image annotation using Google Cloud Vision API. (Python)
([BEAM-9247](https://issues.apache.org/jira/browse/BEAM-9247))
* Added a PTransform for inspection and deidentification of text using Google
Cloud DLP. (Python)
([BEAM-9258](https://issues.apache.org/jira/browse/BEAM-9258))
* New AnnotateText PTransform that integrates Google Cloud Natural Language
functionality (Python)
([BEAM-9248](https://issues.apache.org/jira/browse/BEAM-9248))
-* _ReadFromBigQuery now supports value providers for the query string (Python)
([BEAM-9305](https://issues.apache.org/jira/browse/BEAM-9305))
-* Added ability to write to BigQuery via Avro file loads
(Python)([BEAM-8841](https://issues.apache.org/jira/browse/BEAM-8841))
-* Direct runner for FnApi supports further parallelism
(Python)([BEAM-9228](https://issues.apache.org/jira/browse/BEAM-9228))
+* _ReadFromBigQuery_ now supports value providers for the query string
(Python) ([BEAM-9305](https://issues.apache.org/jira/browse/BEAM-9305))
+* Added ability to write to BigQuery via Avro file loads (Python)
([BEAM-8841](https://issues.apache.org/jira/browse/BEAM-8841))
+* Direct runner for FnApi supports further parallelism (Python)
([BEAM-9228](https://issues.apache.org/jira/browse/BEAM-9228))
+* Support for _@RequiresTimeSortedInput_ in Flink and Spark (Java)
([BEAM-8550](https://issues.apache.org/jira/browse/BEAM-8550))
## Breaking Changes