Ferenc Csaky
Ferenc Csaky
## What is the purpose of the change Support fetching remote job JAR and additional artifacts (UDFs, formats, dependencies, etc.) in nativa Kubernetes and standalone application mode. The current change...
## What is the purpose of the change Makes it possible to upload `local://` artifacts in K8s Application Mode to remote DFS, so combined with `Artifact Fetching`, it is not...
1.19 backport of https://github.com/apache/flink/pull/24791.
## What is the purpose of the change With https://github.com/apache/flink/commit/e63aa12252843d0098a56f3091b28d48aff5b5af in Flink 1.19 an unintentional change were introduced, that now the `DefaultPackagedProgramRetriever` only loads JARs from the root level of...
## What is the purpose of the change Merge the functionality of "flink run" and "flink run-application" under the "run" command to make job deployment more consistent. Also deprecate "run-application"...
## What is the purpose of the change Provides a way to handle output stream based compaction in case the data stream is compressed. The problem is described well in...
## Key changes - Merged `PackageBootstrap` into `AbstractCompileCmd`, cause there was 50 lines of code remaining there - Adapted our automated test framework to be able to work with `package.json`...
Currently, the user can either provide a `.sqrl` script, and optionally a GraphQL API definition, or one or multiple package configuration. This can get confusing, so the goal is to...
Currently, if the `JBangPreprocessor` matches to a UDF script it will compile it no matter what. This means even if a UDF script is not used by the project. Since...