[
https://issues.apache.org/jira/browse/CALCITE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
hongyu guo resolved CALCITE-6968.
---------------------------------
Resolution: Fixed
Fixed in
https://github.com/apache/calcite/commit/cde0fe572c928dc91247ca645c4ad86e4a6d80c3
> SqlUpdate#getOperandList omits sourceSelect operand
> ----------------------------------------------------
>
> Key: CALCITE-6968
> URL: https://issues.apache.org/jira/browse/CALCITE-6968
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.39.0
> Reporter: Wei.Zhou
> Assignee: hongyu guo
> Priority: Major
> Labels: pull-request-available
>
> @SuppressWarnings("nullness")
> @Override public List<@Nullable SqlNode> getOperandList() {
> return ImmutableNullableList.of(targetTable, targetColumnList,
> sourceExpressionList, condition, alias);
> }
> Maybe this method return operands missing 'sourceSelect'
--
This message was sent by Atlassian Jira
(v8.20.10#820010)