Wei.Zhou created CALCITE-6968:
---------------------------------

             Summary: SqlUpdate#getOperandList return operands' missing 
'sourceSelect'
                 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


@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)

Reply via email to