Dawid Wysakowicz created CALCITE-4390:
-----------------------------------------
Summary: SqlMatchRecognize returns wrong operand list
Key: CALCITE-4390
URL: https://issues.apache.org/jira/browse/CALCITE-4390
Project: Calcite
Issue Type: Bug
Reporter: Dawid Wysakowicz
The {{SqlMatchRecognize}} does not return full list of its operands. The method
{{SqlMatchRecognizeOperator#createCall}} expects 12 operands whereas
{{SqlMatchRecognize#getOperandList}} returns only 10. It misses
{{rowsPerMatch}} and {{interval}}.
It results that the {{SqlShuttle}} and more concretely the
{{CallCopyingArgHandler}} does not work with {{SqlMatchRecognize}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)