This is an automated email from the ASF dual-hosted git repository.
twalthr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 932f17da6cb [FLINK-37458][datastream] Forbid enableAsyncState() for
synchronous operators (#26283)
add 66913489fb3 [FLINK-37446][table-api-java] Support named arguments in
Table API
No new revisions were added by this update.
Summary of changes:
.../docs/dev/table/functions/systemFunctions.md | 39 +++++
.../docs/dev/table/functions/systemFunctions.md | 39 +++++
.../table/tests/test_expression_completeness.py | 3 +-
.../flink/table/api/internal/BaseExpressions.java | 30 ++++
.../resolver/rules/ResolveCallByArgumentsRule.java | 192 ++++++++++++++++-----
.../flink/table/expressions/ExpressionUtils.java | 4 +
.../functions/BuiltInFunctionDefinitions.java | 15 +-
.../flink/table/functions/SqlCallSyntax.java | 4 +-
.../table/types/inference/TypeInferenceUtil.java | 69 ++++----
...daptedCallContext.java => CastCallContext.java} | 10 +-
.../inference/TypeInferenceOperandChecker.java | 8 +-
.../codegen/ProcessTableRunnerGenerator.scala | 8 +-
.../codegen/calls/BridgingFunctionGenUtil.scala | 6 +-
.../table/planner/plan/utils/AggregateUtil.scala | 8 +-
.../planner/functions/MiscFunctionsITCase.java | 105 ++++++++++-
15 files changed, 436 insertions(+), 104 deletions(-)
rename
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/inference/utils/{AdaptedCallContext.java
=> CastCallContext.java} (93%)