[
https://issues.apache.org/jira/browse/FLINK-32885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elkhan Dadashov updated FLINK-32885:
------------------------------------
Fix Version/s: 1.19.0
Description:
UrlPrefixDecorator is introduced in `flink-sql-gateway` module, which has
dependency on `flink-clients` module. RestClusterClient will also need to use
UrlPrefixDecorator for supporting PyFlink remote execution. Will refactor
related classes to achieve this.
was:
UrlPrefixDecorator is introduced in `flink-sql-gateway` module, which has
dependency on `flink-clients` module. RestClusterClient will also need to use
UrlPrefixDecorator for supporting PyFlink remote execution. Will refactor
related classes to achieve this.
I intend to change these classes in a backward compatible way
flink-clients/src/main/java/org/apache/flink/client/program/rest/UrlPrefixDecorator.java
flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/rest/header/util/SQLGatewayUrlPrefixDecorator.java
flink-clients/src/main/java/org/apache/flink/client/program/rest/MonitoringAPIMessageHeaders.java
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/ExecutorImpl.java
> Refactoring: Moving UrlPrefixDecorator into flink-clients so it can be used
> by RestClusterClient for PyFlink remote execution
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-32885
> URL: https://issues.apache.org/jira/browse/FLINK-32885
> Project: Flink
> Issue Type: New Feature
> Components: Client / Job Submission, Table SQL / Gateway
> Affects Versions: 1.17.1
> Reporter: Elkhan Dadashov
> Assignee: Elkhan Dadashov
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.19.0
>
>
> UrlPrefixDecorator is introduced in `flink-sql-gateway` module, which has
> dependency on `flink-clients` module. RestClusterClient will also need to use
> UrlPrefixDecorator for supporting PyFlink remote execution. Will refactor
> related classes to achieve this.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)