[
https://issues.apache.org/jira/browse/FLINK-38771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-38771:
-----------------------------------
Labels: pull-request-available (was: )
> Scalar arguments don't work with multi-table inputs
> ---------------------------------------------------
>
> Key: FLINK-38771
> URL: https://issues.apache.org/jira/browse/FLINK-38771
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / Planner
> Reporter: Timo Walther
> Assignee: Timo Walther
> Priority: Major
> Labels: pull-request-available
>
> {code}
> public void eval(
> Context ctx,
> @ArgumentHint(SET_SEMANTIC_TABLE) Row a,
> @ArgumentHint(SET_SEMANTIC_TABLE) Row b,
> Double c,
> Integer d,
> Integer e) {
> {code}
> {code}
> [ERROR] Could not execute SQL statement. Reason:
> org.apache.flink.table.api.ValidationException: All table arguments must use
> set semantics if multiple table arguments are declared.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)