Timo Walther created FLINK-38771:
------------------------------------
Summary: 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
{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)