The GitHub Actions job "Nightly (beta)" on flink.git/master has failed.
Run started by GitHub user github-actions[bot] (triggered by 
github-actions[bot]).

Head commit for run:
986ab8660f7b5877b316bbea5fa857bce348580b / Arvid Heise <ar...@apache.org>
[FLINK-37856] Ensure sink option hints are present in compiled plan

compilePlan and executeSql use two different code paths. The former uses 
DynamicTableSinkSpec to render the json, the latter directly creates the 
DynamicSinkTable. Merging the dynamic options so far only happened on the 
second code path.

This commit eagerly merges the options into the ResolvedCatalogTable such that 
the combined options can be used in both code paths. The commit still retains 
all hints fields and parameters to ensure that explain still outputs the same 
plan where hints are explicitly added if available. The hints are not 
explicitly used while creating the DynamicSinkTable anymore because the 
ResolvedCatalogTable already contains them.

Report URL: https://github.com/apache/flink/actions/runs/15382501621

With regards,
GitHub Actions via GitBox

Reply via email to