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 2b1a125  [hotfix][table] remove @PublicEvolving annotation from 
AbstractCatalog as it's not supported to be public
     new 085a7ba  [FLINK-12974] [build] Bump checkstyle to 8.14
     new b5f4f32  [hotfix] [docs] Update IDE setup instructions for latest 
IntelliJ IDEA
     new 3854552  [FLINK-12840] [core] Fix network utils to work with ipv6 
correctly
     new 5c9caa7  [hotfix] [examples] Distinguish 'netcat' arguments for Linux 
and Windows in the SocketWIndowWordcount JavaDocs
     new 7a8333b  [FLINK-13017] [docs] Do not mount local $HOME into docs 
docker environment
     new a125e2a  [FLINK-12820] [Connectors / Cassandra] Support ignoring 
writing nulls for tuple types
     new 6624562  [FLINK-13043] [Library / CEP] Fix the bug of parsing Dewey 
number from string

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:
 docs/docker/run.sh                                 |  3 ---
 docs/flinkDev/ide_setup.md                         | 25 +++++++++---------
 docs/flinkDev/ide_setup.zh.md                      | 23 +++++++++--------
 .../cassandra/AbstractCassandraTupleSink.java      | 17 +++++++++++-
 .../connectors/cassandra/CassandraSink.java        | 13 ++++++++++
 .../cassandra/CassandraSinkBaseConfig.java         | 27 +++++++++++++++++--
 .../cassandra/CassandraConnectorITCase.java        | 30 ++++++++++++++++++++++
 .../main/java/org/apache/flink/util/NetUtils.java  |  6 +++++
 .../java/org/apache/flink/util/NetUtilsTest.java   |  6 +++++
 .../examples/socket/SocketWindowWordCount.java     |  2 +-
 .../examples/socket/SocketWindowWordCount.scala    |  2 +-
 .../java/org/apache/flink/cep/nfa/DeweyNumber.java |  6 +++--
 .../org/apache/flink/cep/nfa/DeweyNumberTest.java  |  5 ++++
 .../org/apache/flink/runtime/akka/AkkaUtils.scala  |  6 ++---
 .../apache/flink/runtime/akka/AkkaUtilsTest.scala  | 11 ++++++++
 pom.xml                                            |  2 +-
 16 files changed, 147 insertions(+), 37 deletions(-)
 mode change 100644 => 100755 
flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala

Reply via email to