[
https://issues.apache.org/jira/browse/FLINK-35797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Hughes updated FLINK-35797:
-------------------------------
Description:
The CompiledPlan feature, introduced in FLIP-190: Support Version Upgrades for
Table API & SQL Programs, supports only streaming execution mode. Batch
ExecNodes were explicitly excluded from the JSON plan (aka CompiledPlan).
This ticket will cover adding CompiledPlan support for the Batch ExecNodes.
>From a discussion with [~tiwalter], we will not cover various legacy and
>unnecessary exec nodes. The list is
BatchExecBoundedStreamScan
BatchExecLegacySink
BatchExecLegacyTableSourceScan
BatchExecScriptTransform
was:
The CompiledPlan feature, introduced in FLIP-190: Support Version Upgrades for
Table API & SQL Programs, supports only streaming execution mode. Batch
ExecNodes were explicitly excluded from the JSON plan (aka CompiledPlan).
This ticket will cover adding CompiledPlan support for the Batch ExecNodes.
> FLIP-456: CompiledPlan support for Batch Execution Mode
> -------------------------------------------------------
>
> Key: FLINK-35797
> URL: https://issues.apache.org/jira/browse/FLINK-35797
> Project: Flink
> Issue Type: New Feature
> Components: Table SQL / Planner
> Reporter: Jim Hughes
> Assignee: Jim Hughes
> Priority: Major
> Labels: pull-request-available
>
> The CompiledPlan feature, introduced in FLIP-190: Support Version Upgrades
> for Table API & SQL Programs, supports only streaming execution mode. Batch
> ExecNodes were explicitly excluded from the JSON plan (aka CompiledPlan).
> This ticket will cover adding CompiledPlan support for the Batch ExecNodes.
> From a discussion with [~tiwalter], we will not cover various legacy and
> unnecessary exec nodes. The list is
> BatchExecBoundedStreamScan
> BatchExecLegacySink
> BatchExecLegacyTableSourceScan
> BatchExecScriptTransform
--
This message was sent by Atlassian Jira
(v8.20.10#820010)