File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 6565
6666* New highly anticipated feature X added to Python SDK ([ #X] ( https://github.com/apache/beam/issues/X ) ).
6767* New highly anticipated feature Y added to Java SDK ([ #Y] ( https://github.com/apache/beam/issues/Y ) ).
68+ * Flink 1.20 support added ([ #32647 ] ( https://github.com/apache/beam/issues/32647 ) ).
6869
6970## I/Os
7071
Original file line number Diff line number Diff line change 1616 * limitations under the License.
1717 */
1818import com.gradle.enterprise.gradleplugin.internal.extension.BuildScanExtensionWithHiddenFeatures
19- import org.gradle.kotlin.dsl.project
2019
2120pluginManagement {
2221 plugins {
@@ -128,7 +127,6 @@ include(":runners:extensions-java:metrics")
128127 * verify versions in website/www/site/content/en/documentation/runners/flink.md
129128 * verify version in sdks/python/apache_beam/runners/interactive/interactive_beam.py
130129 */
131- // Flink 1.17
132130val flink_versions: String by settings
133131for (version in flink_versions.split(' ,' )) {
134132 include(" :runners:flink:${version} " )
You can’t perform that action at this time.
0 commit comments