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

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


    from 13af3aa  [hotfix][API/DataStream] Add missing assert for checkpoint 
lock checks
     new 289e147  [FLINK-13896][build] Set Scala compile target version to the 
same as Java compile target version
     new 35e57a8  [FLINK-11859][runtime] Small improvement to performance of 
SpanningRecordSerializer
     new 07f86e6  [FLINK-13449][core] Add ARM architecture to MemoryArchitecture
     new 6f36df6  [FLINK-9941][ScalaAPI] Flush in ScalaCsvOutputFormat before 
close
     new d98132f  [FLINK-13796][coordination] Remove unused variable from 
YarnResourceManager
     new 03d7ab6  [hotfix][docs] Fix wrong JavaDoc link in SavepointSerializer
     new e273d8d  [FLINK-13845][javadocs] Drop references to removed 
'Checkpointed' interface

The 7 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:
 .../org/apache/flink/util/MemoryArchitecture.java  |  2 +-
 .../checkpoint/savepoint/SavepointSerializer.java  |  4 +-
 .../serialization/SpanningRecordSerializer.java    | 23 +++-----
 .../api/scala/operators/ScalaCsvOutputFormat.java  |  1 +
 .../scala/operators/ScalaCsvOutputFormatTest.java  | 62 +++++++++-------------
 .../api/checkpoint/CheckpointedFunction.java       |  1 -
 .../streaming/api/checkpoint/ListCheckpointed.java |  5 +-
 .../org/apache/flink/yarn/YarnResourceManager.java |  3 --
 pom.xml                                            |  1 +
 9 files changed, 42 insertions(+), 60 deletions(-)
 copy 
flink-java/src/test/java/org/apache/flink/api/java/io/CsvOutputFormatTest.java 
=> 
flink-scala/src/test/java/org/apache/flink/api/scala/operators/ScalaCsvOutputFormatTest.java
 (55%)

Reply via email to