All Products
Search
Document Center

Realtime Compute for Apache Flink:Version 2022-08-18

Last Updated:Mar 26, 2026

Ververica Runtime (VVR) 4.0.14, based on Apache Flink 1.13, was released on August 18, 2022. This release adds file system connector support, improves MaxCompute write performance, and fixes three connector bugs.

New features

Feature Description References
File system result tables The file system connector writes data from partitioned files in a specified file format to Object Storage Service (OSS). It creates a directory for each partition and rolls files based on a rolling policy. Create a file system result table

Performance optimization

Feature Description References
Improved MaxCompute write performance The MaxCompute connector introduces two parameters: numFlushThreads controls the number of threads used to flush data in a MaxCompute Tunnel writer buffer, and batchSize controls the flush interval for that buffer. Tuning these parameters improves write performance to MaxCompute. Create a MaxCompute result table

Fixed issues

  • Fixed an error that occurred when DATETIME data from a MySQL dimension table was mapped to TIMESTAMP.

  • Fixed a verification failure caused by a package conflict in the Kafka Avro dependency.

  • Fixed a parsing error that occurred when a Hologres source table read fields containing escape characters.