This is an automated email from the ASF dual-hosted git repository.

aljoscha pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 7b5f853  [FLINK-17679][python] Replace strlen with the Python len for 
cython bytes encoding (#12142)
     new bc369e2  [FLINK-17655] Remove old and long deprecated 
TimestampExtractor
     new 6889550  [FLINK-17655] Remove assignTimestamps from documentation

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/dev/stream/operators/index.md                 | 25 ------
 docs/dev/stream/operators/index.zh.md              | 25 ------
 flink-streaming-java/pom.xml                       |  7 ++
 .../flink/streaming/api/datastream/DataStream.java | 31 -------
 .../api/functions/TimestampExtractor.java          | 74 ----------------
 .../operators/ExtractTimestampsOperator.java       | 98 ----------------------
 flink-streaming-scala/pom.xml                      |  1 +
 .../flink/streaming/api/scala/DataStream.scala     | 18 +---
 8 files changed, 9 insertions(+), 270 deletions(-)
 delete mode 100644 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/TimestampExtractor.java
 delete mode 100644 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/ExtractTimestampsOperator.java

Reply via email to